Update app.py
Browse files
app.py
CHANGED
|
@@ -74,8 +74,8 @@ 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='
|
| 78 |
-
provider='nebius',
|
| 79 |
token=os.getenv('HF_Token'))
|
| 80 |
|
| 81 |
self.agent = CodeAgent(
|
|
|
|
| 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-30B-A3B',
|
| 78 |
+
#provider='nebius',
|
| 79 |
token=os.getenv('HF_Token'))
|
| 80 |
|
| 81 |
self.agent = CodeAgent(
|