Spaces:
Sleeping
Sleeping
Commit ·
126de64
1
Parent(s): 5447299
Update .env.example with hackathon required variables
Browse files- .env.example +4 -0
.env.example
CHANGED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
API_BASE_URL=https://router.huggingface.co/v1
|
| 2 |
+
MODEL_NAME=Qwen/Qwen2.5-72B-Instruct
|
| 3 |
+
HF_TOKEN=YOUR_HF_TOKEN_HERE
|
| 4 |
+
OPENAI_API_KEY=YOUR_OPENAI_API_KEY_HERE
|