[CHIMERA] Fix model to Huihui-Qwen3.6-27B-abliterated
Browse files
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 = "
|
| 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
|