Merge c7f28c44d3 into 9025da2296
This commit is contained in:
commit
713ccb6100
15
.clawdbot/clawdbot.json
Normal file
15
.clawdbot/clawdbot.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user