clawtainer/0claw.toml.example

18 lines
413 B
Plaintext

# 0claw / zero-claw config — copy to 0claw.toml and set API key
# Or: export ZEROCLAW_CONFIG=~/0claw.toml
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 = []