Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -71,8 +71,8 @@ final_answer = FinalAnswerTool()
|
|
| 71 |
model = HfApiModel(
|
| 72 |
max_tokens=2096,
|
| 73 |
temperature=0.5,
|
| 74 |
-
|
| 75 |
-
model_id = 'Qwen/Qwen2.5-72B-Instruct',
|
| 76 |
# 'meta-llama/Llama-3.1-8B-Instruct'
|
| 77 |
# 'mistralai/Mistral-7B-Instruct-v0.3'
|
| 78 |
# 'HuggingFaceH4/zephyr-7b-beta'
|
|
|
|
| 71 |
model = HfApiModel(
|
| 72 |
max_tokens=2096,
|
| 73 |
temperature=0.5,
|
| 74 |
+
model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud',# it is possible that this model may be overloaded
|
| 75 |
+
#model_id = 'Qwen/Qwen2.5-72B-Instruct',
|
| 76 |
# 'meta-llama/Llama-3.1-8B-Instruct'
|
| 77 |
# 'mistralai/Mistral-7B-Instruct-v0.3'
|
| 78 |
# 'HuggingFaceH4/zephyr-7b-beta'
|