ccm commited on
Commit
bbf3a47
·
1 Parent(s): 6580b93

Try running agents with nothink

Browse files
Files changed (1) hide show
  1. .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-nothink"
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"