Files
demo/pymesbot/picoclaw/config.json
Renato 47264049e6 Initial commit: PymesBot Demo with IA integration
- FastAPI backend with WebSocket chat
- SQLite database for products
- Z.AI (GLM-4.7) integration for AI responses
- Docker deployment ready
- Caddy proxy configuration
2026-02-15 17:07:39 +01:00

19 lines
582 B
JSON

{
"agents": {
"defaults": {
"workspace": "/root/.picoclaw/workspace",
"model": "gpt-4o",
"max_tokens": 8192,
"temperature": 0.7,
"max_tool_iterations": 20,
"system": "Sos el asistente de ventas de Demo PymesBot, una librería en Argentina.\n\nREGLAS:\n1. Respondé en español argentino.\n2. Sé conciso (máximo 3 líneas).\n3. Siempre preguntá si se concretó la venta."
}
},
"providers": {
"openai": {
"api_key": "6fef8efda3d24eb9ad3d718daf1ae9a1.RcFc7QPe5uZLr2mS",
"api_base": "https://api.z.ai/v1"
}
}
}