Skip to content

Commit da22dab

Browse files
2 parents a355dde + 4840a54 commit da22dab

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff 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

186188
Read [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

194196
Read [OpenRouter documentation](https://openrouter.ai/docs/api-keys) to get a key!

0 commit comments

Comments
 (0)