WileCoyotte commited on
Commit
6aba861
·
verified ·
1 Parent(s): 1c48076

Update First_agent/app.py

Browse files
Files changed (1) hide show
  1. First_agent/app.py +1 -1
First_agent/app.py CHANGED
@@ -96,7 +96,7 @@ def final():
96
  temperature=0.5,
97
  model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
98
  custom_role_conversions=None,
99
- token=os.getenv("token")
100
  )
101
 
102
 
 
96
  temperature=0.5,
97
  model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
98
  custom_role_conversions=None,
99
+ token=os.getenv("Token")
100
  )
101
 
102