clawtainer/0claw.toml

16 lines
397 B
TOML

# 0claw default config — uses GROQ_API_KEY from environment (set in .env / docker-compose)
port = 3007
[llm]
base_url = "https://api.groq.com/openai/v1"
api_key = "${GROQ_API_KEY}"
model = "llama-3.3-70b-versatile"
# [mcp_servers.filesystem]
# command = "npx"
# args = ["-y", "@modelcontextprotocol/server-filesystem", "."]
# [telegram]
# token = "${TELEGRAM_BOT_TOKEN}"
# allowed_users = []