Spaces:
Build error
Build error
Update First_agent/app.py
Browse files- First_agent/app.py +1 -1
First_agent/app.py
CHANGED
|
@@ -90,7 +90,7 @@ def final():
|
|
| 90 |
|
| 91 |
# If the agent does not answer, the model is overloaded, please use another model or the following Hugging Face Endpoint that also contains qwen2.5 coder:
|
| 92 |
# model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud'
|
| 93 |
-
print(os.getenv("token"))
|
| 94 |
model = HfApiModel(
|
| 95 |
max_tokens=2096,
|
| 96 |
temperature=0.5,
|
|
|
|
| 90 |
|
| 91 |
# If the agent does not answer, the model is overloaded, please use another model or the following Hugging Face Endpoint that also contains qwen2.5 coder:
|
| 92 |
# model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud'
|
| 93 |
+
print(os.getenv("token"), "********************")
|
| 94 |
model = HfApiModel(
|
| 95 |
max_tokens=2096,
|
| 96 |
temperature=0.5,
|