mirror of
https://github.com/JefferyHcool/BiliNote.git
synced 2026-05-11 18:10:06 +08:00
- 在 builtin_providers.json 中添加 Ollama 提供商配置 - 修改 OpenAI_compatible_provider.py,优化与 Ollama 的兼容性
59 lines
1.1 KiB
JSON
59 lines
1.1 KiB
JSON
[
|
|
{
|
|
"id": "openai",
|
|
"name": "OpenAI",
|
|
"type": "built-in",
|
|
"logo": "OpenAI",
|
|
"api_key": "",
|
|
"base_url": "https://api.openai.com/v1"
|
|
},
|
|
{
|
|
"id": "deepseek",
|
|
"name": "DeepSeek",
|
|
"type": "built-in",
|
|
"logo": "DeepSeek",
|
|
"api_key": "",
|
|
"base_url": "https://api.deepseek.com"
|
|
},
|
|
{
|
|
"id": "qwen",
|
|
"name": "Qwen",
|
|
"type": "built-in",
|
|
"logo": "Qwen",
|
|
"api_key": "",
|
|
"base_url": "https://dashscope.aliyuncs.com/compatible-mode/v1"
|
|
},
|
|
{
|
|
"id": "Claude",
|
|
"name": "Claude",
|
|
"type": "built-in",
|
|
"logo": "Claude",
|
|
"api_key": "",
|
|
"base_url": "https://"
|
|
},
|
|
{
|
|
"id": "gemini",
|
|
"name": "Gemini",
|
|
"type": "built-in",
|
|
"logo": "Gemini",
|
|
"api_key": "",
|
|
"base_url": "https://generativelanguage.googleapis.com/v1beta/openai/"
|
|
},
|
|
{
|
|
"id": "groq",
|
|
"name": "Groq",
|
|
"type": "built-in",
|
|
"logo": "Groq",
|
|
"api_key": "",
|
|
"base_url": "https://api.groq.com/openai/v1"
|
|
},
|
|
{
|
|
"id": "ollama",
|
|
"name": "ollama",
|
|
"type": "built-in",
|
|
"logo": "Ollama",
|
|
"api_key": "",
|
|
"base_url": "http://127.0.0.1:11434/v1"
|
|
}
|
|
]
|