Files
big-agi/tools/data/llm-registry-example-services.json
T
2025-11-24 14:29:36 -08:00

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
}
}