Update app.py
Browse files
app.py
CHANGED
|
@@ -74,7 +74,7 @@ class BasicAgent:
|
|
| 74 |
# 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:
|
| 75 |
# model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud'
|
| 76 |
model = InferenceClientModel(
|
| 77 |
-
model_id='Qwen/Qwen3-
|
| 78 |
#provider='nebius',
|
| 79 |
token=os.getenv('HF_Token'))
|
| 80 |
|
|
|
|
| 74 |
# 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:
|
| 75 |
# model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud'
|
| 76 |
model = InferenceClientModel(
|
| 77 |
+
model_id='Qwen/Qwen3-235B-A22B', #'Qwen/Qwen3-30B-A3B',
|
| 78 |
#provider='nebius',
|
| 79 |
token=os.getenv('HF_Token'))
|
| 80 |
|