File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -173,22 +173,24 @@ Currently, Recap is only available through compilation from source. Pre-built re
173173
174174## Usage
175175
176- ### Required Environment Variables
176+ ### Required Environment Variables (Set Via Xcode Scheme Editor)
177177
178- Before using, you need to set up the following environment variables:
178+ - Support for Keychain-based token storage soon
179+
180+ Before using, you need to set up the following environment variables using Xcode Scheme Editor:
179181
180182* ** ` HF_TOKEN ` ** (Required): Hugging Face token for downloading Whisper models
181183
182184 ``` bash
183- export HF_TOKEN=" your_huggingface_token_here"
185+ HF_TOKEN=" your_huggingface_token_here"
184186 ```
185187
186188Read [ Hugging Face documentation] ( https://huggingface.co/docs/hub/security-tokens ) to get a token!
187189
188190* ** ` OPENROUTER_API_KEY ` ** (Optional): Only required if using OpenRouter for summarization
189191
190192 ``` bash
191- export OPENROUTER_API_KEY=" your_openrouter_api_key_here"
193+ OPENROUTER_API_KEY=" your_openrouter_api_key_here"
192194 ```
193195
194196Read [ OpenRouter documentation] ( https://openrouter.ai/docs/api-keys ) to get a key!
You can’t perform that action at this time.
0 commit comments