ScottzillaSystems commited on
Commit
29281c1
·
verified ·
1 Parent(s): 22e6370

[CHIMERA] Fix model to Huihui-Qwen3.6-27B-abliterated

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ class AgentZeroConfig:
65
  available_tools: Dict[str, bool] = field(default_factory=dict)
66
  mcp_enabled: bool = True
67
  mcp_port: int = 7860
68
- agent_model: str = "Qwen/Qwen3-Next-80B-A3B-Thinking"
69
  agent_max_steps: int = 15
70
  agent_temperature: float = 0.3
71
  sandbox_enabled: bool = True
 
65
  available_tools: Dict[str, bool] = field(default_factory=dict)
66
  mcp_enabled: bool = True
67
  mcp_port: int = 7860
68
+ agent_model: str = "ScottzillaSystems/Huihui-Qwen3.6-27B-abliterated"
69
  agent_max_steps: int = 15
70
  agent_temperature: float = 0.3
71
  sandbox_enabled: bool = True