openclaw/.clawdbot/clawdbot.json
xa0627-sys c7f28c44d3
Create clawdbot.json for Google Gemini configuration
Add configuration for Google Gemini model with API settings.
2026-01-29 17:18:43 +08:00

16 lines
347 B
JSON

{
"primaryModel": "google-gemini",
"googleApiKey": "${GOOGLE_API_KEY}",
"apiEndpoint": "https://generativelanguage.googleapis.com/v1beta/models",
"baseSettings": {
"temperature": 0.7,
"topP": 0.95,
"topK": 40,
"maxOutputTokens": 2048
},
"models": {
"default": "gemini-1.5-pro",
"fast": "gemini-1.5-flash"
}
}