Alina Lozovskaya
commited on
Commit
·
a4ce3ea
1
Parent(s):
561574f
Add comments in .env.example
Browse files- .env.example +3 -2
.env.example
CHANGED
|
@@ -1,10 +1,11 @@
|
|
| 1 |
OPENAI_API_KEY=
|
| 2 |
MODEL_NAME="gpt-realtime"
|
| 3 |
|
| 4 |
-
# Local vision model
|
|
|
|
| 5 |
LOCAL_VISION_MODEL=HuggingFaceTB/SmolVLM2-2.2B-Instruct
|
| 6 |
|
| 7 |
-
# Cache for local VLM
|
| 8 |
HF_HOME=./cache
|
| 9 |
|
| 10 |
# Hugging Face token for accessing datasets/models
|
|
|
|
| 1 |
OPENAI_API_KEY=
|
| 2 |
MODEL_NAME="gpt-realtime"
|
| 3 |
|
| 4 |
+
# Local vision model (only used with --local-vision CLI flag)
|
| 5 |
+
# By default, vision is handled by gpt-realtime when the camera tool is used
|
| 6 |
LOCAL_VISION_MODEL=HuggingFaceTB/SmolVLM2-2.2B-Instruct
|
| 7 |
|
| 8 |
+
# Cache for local VLM (only used with --local-vision CLI flag)
|
| 9 |
HF_HOME=./cache
|
| 10 |
|
| 11 |
# Hugging Face token for accessing datasets/models
|