mirror of
https://github.com/JefferyHcool/BiliNote.git
synced 2026-05-06 20:42:52 +08:00
- 实现 GroqTranscriber 类以支持 Groq 语音转录服务 - 新增异常处理中间件以提高系统稳定性 - 优化笔记生成流程,增加错误处理和日志记录 - 添加思维导图功能和相关组件 -重构 Markdown 查看器以支持切换视图模式
51 lines
1003 B
JSON
51 lines
1003 B
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"
|
|
}
|
|
]
|