Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
agent.py
CHANGED
|
@@ -23,7 +23,7 @@ load_dotenv()
|
|
| 23 |
modell = OpenAIServerModel(
|
| 24 |
api_base="https://router.huggingface.co/v1",
|
| 25 |
api_key=os.environ["HF_TOKEN"],
|
| 26 |
-
model_id="
|
| 27 |
)
|
| 28 |
|
| 29 |
|
|
|
|
| 23 |
modell = OpenAIServerModel(
|
| 24 |
api_base="https://router.huggingface.co/v1",
|
| 25 |
api_key=os.environ["HF_TOKEN"],
|
| 26 |
+
model_id="Qwen/Qwen3-VL-235B-A22B-Instruct:novita"
|
| 27 |
)
|
| 28 |
|
| 29 |
|