Spaces:
Build error
Build error
Update First_agent/app.py
Browse files- 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("
|
| 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 |
|