-
Notifications
You must be signed in to change notification settings - Fork 1
How to import API Keys?
Csaba Toth edited this page Aug 11, 2024
·
1 revision
It can be grueling or almost impossible to type in or even copy-paste API keys on wearables such as FAW (Full Android Watch) or Wear OS watch. Therefore I developed a feature in the Settings / Preferences. This will allow to pick up a prepared CSV file containing any API Keys.
- Only the
geminiApiKey
is mandatory right now because that's a core part of the application.
Example CSV structure, the header should be omitted:
API Key name | Key Value |
---|---|
gemini_api_key | YOUR_GEMINI_API_KEY |
alpha_vantage_access_key | YOUR_ALPHA_VANTAGE_ACCESS_KEY |
tavily_api_key | YOUR_TAVILY_API_KEY |