mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-10 21:50:14 -07:00
35 lines
654 B
JSON
35 lines
654 B
JSON
{
|
|
"openai": {
|
|
"dialect": "openai",
|
|
"oaiKey": "sk-...",
|
|
"oaiOrg": "",
|
|
"oaiHost": "",
|
|
"heliKey": "",
|
|
"moderationCheck": false
|
|
},
|
|
"anthropic": {
|
|
"dialect": "anthropic",
|
|
"anthropicKey": "sk-ant-...",
|
|
"anthropicHost": null,
|
|
"heliconeKey": null
|
|
},
|
|
"gemini": {
|
|
"dialect": "gemini",
|
|
"geminiKey": "...",
|
|
"geminiHost": "",
|
|
"minSafetyLevel": "BLOCK_NONE"
|
|
},
|
|
"ollama": {
|
|
"dialect": "ollama",
|
|
"ollamaHost": "http://127.0.0.1:11434",
|
|
},
|
|
"groq": {
|
|
"dialect": "groq",
|
|
"oaiKey": "gsk_...",
|
|
"oaiOrg": "",
|
|
"oaiHost": "",
|
|
"heliKey": "",
|
|
"moderationCheck": false
|
|
}
|
|
}
|