zhayujie
d4480b695e
feat(channel): add wecom_bot channel
2026-03-16 14:39:15 +08:00
zhayujie
ba915f2cc0
feat: add gemini-3.1-flash-lite-preview and gpt-5.4
2026-03-15 22:06:12 +08:00
6vision
c4a93b7789
fix: rename zhipu bot_type, persist bot_type in web config, fix re.sub escape error
...
- Rename ZHIPU_AI bot type from glm-4 to zhipu to avoid confusion with model names
- Add bot_type persistence in web config to fix provider dropdown resetting on refresh
- Change OpenAI provider key to chatGPT to match bot_factory routing
- Add DEEPSEEK constant and route it to ChatGPTBot (OpenAI-compatible API)
- Keep backward compatibility for legacy bot_type glm-4 in bot_factory
- Fix re.sub bad escape error on Windows paths by using lambda replacement
- Remove unused pydantic import in minimax_bot.py
Made-with: Cursor
2026-03-10 21:34:24 +08:00
zhayujie
1623deb3ee
feat: support gpt-5.4
2026-03-06 12:04:40 +08:00
zhayujie
52d7cad735
feat: support gemini-3.1-pro-preview and claude-4.6-sonnet
2026-02-20 12:14:59 +08:00
zhayujie
e59a2892e4
feat: support qwen3.5-plus
2026-02-19 14:18:16 +08:00
zhayujie
ab28ee58ab
feat: add doubao-2.0-code model and update README
2026-02-14 16:49:44 +08:00
zhayujie
48db538a2e
feat: support Minimax-M2.5, glm-5, kimi-k2.5
2026-02-14 15:27:44 +08:00
cowagent
fdf7bc312f
feat: 添加 Claude Opus 4.6 模型支持
...
- 在 common/const.py 中添加 CLAUDE_4_6_OPUS 常量
- 将 claude-opus-4-6 添加到 MODEL_LIST
- 在 README.md 中更新 Agent 推荐模型列表
- 在 Claude 配置说明中添加 claude-opus-4-6 支持
Claude Opus 4.6 是 Anthropic 于 2026年2月5日发布的最新模型,
具有更强的规划能力和代码能力,适合作为 Agent 推荐模型。
2026-02-06 15:07:43 +08:00
saboteur7
501866d12a
feat: optimize document and model usage
2026-02-03 02:58:15 +08:00
6vision
a4260cc5de
feat:Support for the GPT-5 series models
2025-08-08 10:24:15 +08:00
6vision
83cb1ec911
feat: update Gemini models
2025-05-25 17:39:17 +08:00
6vision
f2e4f6607d
feat:support claude-4-opus and claude-4-sonnet models
2025-05-23 17:07:46 +08:00
6vision
99b8103d70
feat: support gpt-4.1 series models
2025-04-15 09:15:13 +08:00
yanrk123
cec900168f
Modify model list
2025-03-14 13:56:00 +08:00
yrk111222
e299b68163
Update const.py
2025-03-11 16:48:37 +08:00
yanrk123
3e185dbbfe
Add support for ModelScope API
2025-03-11 11:12:57 +08:00
6vision
a7541c2c0f
feat: Support #model directive to set model to deepseek-chat and deepseek-reasoner
2025-02-03 21:23:05 +08:00
vision
abf79bf60c
add gitee-ai model resources that are compatible with openai format
2024-12-21 17:24:32 +08:00
繁星_逐梦
4c0b7942f0
add: gemini-2.0-flash-exp model
2024-12-12 22:22:14 +08:00
繁星_逐梦
651c840c4a
add: gemini-2.0-flash-exp model
2024-12-12 22:19:13 +08:00
6vision
84da0a8a35
feat:update claude-35-sonnet model
2024-10-24 20:57:03 +08:00
vision
8b0b360d25
Merge pull request #2288 from KuroIVeko/patch-3
...
Support more models from Zhipu AI
2024-09-25 22:28:16 +08:00
6vision
5ef929dc42
o1 model support #model
2024-09-13 10:21:38 +08:00
6vision
c8cf27b544
feat: support o1-preview and o1-mini model
2024-09-13 10:13:23 +08:00
KurolVeko
111ad44029
Update const.py
2024-09-05 11:07:06 +08:00
6vision
63e2f42636
feat: support gpt-4o-2024-08-06 model
2024-09-04 18:39:29 +08:00
6vision
52a490c87e
Support gpt-4o-mini model
2024-07-19 11:04:45 +08:00
Saboteur7
f898ed6a2a
Merge branch 'master' into claude-3.5-sonnet
2024-07-05 14:32:45 +08:00
6vision
87525bb383
update gemini model
2024-07-04 01:44:53 +08:00
6vision
095f9cc108
feat: support claude-3.5-sonnet model
2024-06-24 11:20:50 +08:00
Saboteur7
bac21426d3
fix: minimax model list
2024-06-20 15:26:16 +08:00
Saboteur7
7090722565
Merge branch 'master' into master
2024-06-20 15:21:20 +08:00
limy26
200cd33a8e
feat#add minmax model
2024-06-12 19:30:24 +08:00
6vision
7a2c15d912
Update model list
2024-06-05 00:44:08 +08:00
zhayujie
e381d1bfb8
feat: support gpt-4o model
2024-05-14 09:50:03 +08:00
zhayujie
096d5776d1
feat: v1.6.0 verson update
2024-04-26 16:13:53 +08:00
weishao zeng
5e399c46b1
feat: 通义千问使用新版的sdk实现
...
现在项目使用的通义千问是旧版本的百炼sdk,
这里增加一个新版本sdk(dashscope)的实现
2024-03-27 19:12:39 +08:00
zhayujie
1fafd39298
fix: gemini session bug
2024-03-26 00:06:50 +08:00
FB208
805bea0d5f
增加了claude api的调用方法
2024-03-12 10:39:51 +08:00
zhayujie
eda3ba92fd
Merge branch 'master' into master
2024-02-05 12:14:26 +08:00
zR
d6fdf8ca2a
支持ZhipuAI GLM系列模型和画图代码
2024-02-01 11:31:56 +08:00
weishao zeng
ced0fa4608
feat: 增加智谱chatglm4模型支持
2024-01-30 10:17:53 +08:00
zhayujie
8045019603
feat: add 4-turbo-preview model
2024-01-26 16:21:11 +08:00
huiwen
f7a0b63a00
Merge branch 'zhayujie:master' into dingdinggpt
2023-12-17 09:27:30 +08:00
zhayujie
23a237074e
feat: support gemini model
2023-12-15 10:19:48 +08:00
zhayujie
6eb3c90e18
feat: qwen model modify
2023-12-08 14:12:21 +08:00
惠文
f6bee3aa58
新增钉钉机器人(Stream模式)
2023-11-30 10:41:34 +08:00
hanfangyuan4396
e70564752b
Merge branch 'master' into master
2023-11-29 10:16:50 +08:00
Han Fangyuan
c1022feab8
fix: add tongyi model to model list
2023-11-25 10:06:10 +08:00