diff --git a/.clawdbot/clawdbot.json b/.clawdbot/clawdbot.json new file mode 100644 index 000000000..113f35e61 --- /dev/null +++ b/.clawdbot/clawdbot.json @@ -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" + } +}