Spaces:
Sleeping
Sleeping
Try running agents with nothink
Browse files- .env.local +1 -1
.env.local
CHANGED
|
@@ -3,7 +3,7 @@ OPENAI_BASE_URL=http://127.0.0.1:8000/v1/
|
|
| 3 |
|
| 4 |
# The proxy forwards here (your HF endpoint):
|
| 5 |
UPSTREAM_OPENAI_BASE=https://ay8ts6hfrqidjvwt.us-east-1.aws.endpoints.huggingface.cloud/v1
|
| 6 |
-
AGENT_MODEL="Qwen/Qwen3-1.7B
|
| 7 |
TASK_MODEL="Qwen/Qwen3-1.7B-nothink"
|
| 8 |
|
| 9 |
PUBLIC_APP_NAME="Agent Examples"
|
|
|
|
| 3 |
|
| 4 |
# The proxy forwards here (your HF endpoint):
|
| 5 |
UPSTREAM_OPENAI_BASE=https://ay8ts6hfrqidjvwt.us-east-1.aws.endpoints.huggingface.cloud/v1
|
| 6 |
+
AGENT_MODEL="Qwen/Qwen3-1.7B"
|
| 7 |
TASK_MODEL="Qwen/Qwen3-1.7B-nothink"
|
| 8 |
|
| 9 |
PUBLIC_APP_NAME="Agent Examples"
|