Commit Graph

10 Commits

Author SHA1 Message Date
PR Bot
6763ae2340 fix: use official MiniMax icon from lobehub/lobe-icons
Replace placeholder SVG with the official MiniMax color icon
from https://icons.lobehub.com/ (lobehub/lobe-icons repo).
2026-03-23 13:03:39 +08:00
PR Bot
9f73851858 feat: add MiniMax as first-class LLM provider
Add MiniMax (https://platform.minimaxi.com/) as a built-in chat model
provider with M2.7, M2.7-highspeed, M2.5, and M2.5-highspeed models.

MiniMax provides OpenAI-compatible API, so it works seamlessly with
the existing OpenAIBase and ChatOpenAI integration paths. Users only
need to set MINIMAX_API_KEY to start using MiniMax models.

Changes:
- Add MiniMax to DEFAULT_CHAT_MODEL_PROVIDERS (models.py)
- Add MINIMAX_API_KEY to .env.template
- Add MiniMax provider icon and frontend registration
- Update model-config docs with MiniMax entry
- Add 22 unit tests + 3 integration tests
2026-03-22 16:08:00 +08:00
Wenjie Zhang
061347704c refactor(assets): 替换模型提供商图标为svg格式并更新样式
更新模型提供商图标从png格式转为svg格式,优化图标显示效果
调整ModelProvidersComponent中的图标容器样式,增加背景和边框
统一图标显示风格,使用contain模式并添加内边距
2025-12-17 18:28:54 +08:00
Wenjie Zhang
9f641ede78 feat(model-config): 添加模型手动管理功能及失效模型检测
- 在模型供应商组件中添加手动管理模式,当无法自动获取模型列表时可手动添加/移除模型
- 添加失效模型检测功能,可一键移除配置中不存在的模型
- 新增 ModelScope 供应商图标支持
- 调整用户头像和模型图标尺寸样式
- 更新文档说明图片显示的环境变量配置
2025-12-16 15:47:50 +08:00
Wenjie Zhang
aa50f24c4f 新增openrouter的支持 2025-04-10 11:42:20 +08:00
Wenjie Zhang
e73fe373c3
Merge pull request #89 from xerrors/dev
优化知识库处理逻辑,简化部分代码
2025-03-24 11:20:58 +08:00
fangying
1f7755d476 百度千帆 logo 用的百度智能云的 2025-03-19 15:39:49 +08:00
Wenjie Zhang
294f4b9933 优化了UI 2025-03-14 03:50:33 +08:00
Wenjie Zhang
89046fa31f 优化设置的前端样式 2025-03-14 03:29:08 +08:00
Wenjie Zhang
6fdd134e26 添加 QWQ 在 DashScope上的支持,添加provider 的ICON。删除对于 百度千帆模型的支持。 2025-03-07 12:38:39 +08:00