This commit is contained in:
xa0627-sys 2026-01-29 22:42:54 -08:00 committed by GitHub
commit 713ccb6100
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

15
.clawdbot/clawdbot.json Normal file
View File

@ -0,0 +1,15 @@
{
"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"
}
}