-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Open
Labels
Description
Version
v0.3.0
Issue Type
- Select a issue type π
- Agent TARS Web UI (
@agent-tars/web-ui) - Agent TARS CLI (
@agent-tars/server) - Agent TARS Server (
@agent-tars/server) - Agent TARS (
@agent-tars/core) - MCP Agent (
@tarko/mcp-agent) - Agent Kernel (
@tarko/agent) - Other (please specify in description)
Model Provider
- Select a model provider π
- Volcengine
- Anthropic
- OpenAI
- Azure OpenAI
- Other (please specify in description)
Problem Description
I set the config.json as:
{
"model": {
"provider": "openai-compatible",
"id": "qwen2.5:32b",
"baseURL": "http://127.0.0.1:11434/v1",
"max_tokens": 1024,
"temperature": 0.7,
"timeout": 30000,
"session.enabale": true
},
"session": {
"enable": true,
"timeout": 7200,
"max_history": 20,
"storage": "local"
}
}
But Tars can not read "session", it can not understand the upon context.
Error Logs
No response
Reactions are currently unavailable