Murali-rade commited on
Commit
0dcdd3d
·
verified ·
1 Parent(s): 25709b0

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
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="openai/gpt-oss-120b:novita"
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