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
This commit is contained in:
18
pymesbot/picoclaw/config.json
Normal file
18
pymesbot/picoclaw/config.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user