Alina Lozovskaya
commited on
Commit
·
706fa56
1
Parent(s):
3af62a2
Add HF_TOKEN to .env.example
Browse files- .env.example +4 -1
.env.example
CHANGED
|
@@ -5,4 +5,7 @@ MODEL_NAME="gpt-4o-realtime-preview-2025-06-03"
|
|
| 5 |
OPENAI_VISION_MODEL="gpt-4.1-mini"
|
| 6 |
|
| 7 |
# Cache for local VLM
|
| 8 |
-
HF_HOME=./cache
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
OPENAI_VISION_MODEL="gpt-4.1-mini"
|
| 6 |
|
| 7 |
# Cache for local VLM
|
| 8 |
+
HF_HOME=./cache
|
| 9 |
+
|
| 10 |
+
# Hugging Face token for accessing datasets/models
|
| 11 |
+
HF_TOKEN=
|