Svngoku commited on
Commit
6570d62
·
verified ·
1 Parent(s): edf4ebc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -38,7 +38,10 @@ def initialize_unsloth_agent(model=None):
38
  ]
39
  if model is None:
40
  from smolagents import HfApiModel
41
- model = HfApiModel(model_id="Qwen/Qwen2.5-72B-Instruct-Turbo", provider="together")
 
 
 
42
 
43
  return CodeAgent(
44
  name="unsloth_agent",
 
38
  ]
39
  if model is None:
40
  from smolagents import HfApiModel
41
+ model = HfApiModel(
42
+ model_id="Qwen/QwQ-32B",
43
+ provider="together",
44
+ )
45
 
46
  return CodeAgent(
47
  name="unsloth_agent",