Ryanhub - file viewer
filename: chat/agent/config.json
branch: main
back to repo
{
  "MODELS": {
    "router": {
      "name": "qwen3.5:4b",
      "url": "http://100.108.16.6:11434/api/chat",
      "format": "json",
      "temperature": 0,
      "max_tokens": 80
    },
    "chat": {
      "name": "qwen3.5:4b",
      "url": "http://100.108.16.6:11434/api/chat",
      "temperature": 0.7,
      "max_tokens": "NONE"
    }
  },
  "WORKSPACE": "./workspace",
  "MAX_STEPS": 12
}