Junyan Qin (Chin)
8a6d9d76da
perf: reduce newline in think tag converting ( #1319 )
2025-04-20 13:41:02 +08:00
WangCham
92e3546e8a
feat: add support for ppio
2025-04-17 16:18:05 +08:00
SkyFutu
2782c8cebe
Fix/windows compatibility ( #1303 )
...
* Update anthropicmsgs.py
* Update anthropicmsgs.py
* Update anthropicmsgs.py
* Update anthropicmsgs.py
* Update anthropicmsgs.py
2025-04-15 22:00:02 +08:00
Guanchao Wang
601b0a8964
fix(moonshot): tool_call_id not found error ( #1040 ) ( #1298 )
2025-04-14 20:17:11 +08:00
Guanchao Wang
7c2ceb0aca
fix: add reasoning content for deepseek-reasoner ( #1296 )
2025-04-14 15:05:53 +08:00
Guanchao Wang
c531cb11af
fix: bailian api streaming mode can't be established
2025-04-13 17:47:05 +08:00
yrk
b09ce8296f
Add ModelScope Support
2025-04-03 16:55:14 +08:00
Junyan Qin (Chin)
e20b79b0ed
perf(chatcmpl): remove space from base-url ( #1256 )
2025-03-30 23:59:55 +08:00
Junyan Qin (Chin)
e04d46db2c
perf(claude): ensure system message removed ( #867 ) ( #1255 )
2025-03-30 23:51:53 +08:00
Junyan Qin (Chin)
7341435127
perf(chatcmpl): use extra_body to pass args ( #1254 )
2025-03-30 23:43:45 +08:00
Junyan Qin
7b6e6b046a
perf(claude): simplify the thinking resp processing
2025-03-02 15:24:08 +08:00
Tigrex Dai
9e503191d6
Update anthropicmsgs.py
2025-03-01 17:27:01 +01:00
Tigrex Dai
1fd23a0d8d
Merge branch 'RockChinQ:master' into master
2025-03-01 16:53:23 +01:00
Junyan Qin
8762ba3d9c
feat(anthropic): add supports for tool use #763
2025-03-01 20:34:22 +08:00
Junyan Qin
81aacdd76e
refactor: lookup requester from discover engine
2025-03-01 00:12:23 +08:00
Junyan Qin
0aa072b4e8
feat: add manifests for all requesters
2025-02-28 22:47:34 +08:00
Tigrex Dai
6335e9dd8b
Update anthropicmsgs.py
2025-02-28 13:02:06 +01:00
Tigrex Dai
a785289ac9
Update entities.py
2025-02-28 13:00:44 +01:00
Junyan Qin
c724494ee7
fix: revert streaming resp in chatcmpl
2025-02-24 11:07:42 +08:00
Junyan Qin
f620874251
chore: rename volcengine to volcark
2025-02-23 22:52:50 +08:00
Junyan Qin
1f08082a58
feat: add supports for volcengine ( #1114 )
2025-02-23 22:42:20 +08:00
Junyan Qin
5439a3a31f
feat: add manifest for LLMAPIRequester
2025-02-22 21:33:35 +08:00
Junyan Qin (Chin)
d1df6d993f
Merge branch 'master' into master
2025-02-12 11:26:35 +08:00
Junyan Qin
191f8866ae
chore(bailian): related configuration
2025-02-12 11:25:28 +08:00
Junyan Qin
e89c6b68c9
fix: f the stream resp
2025-02-11 21:19:15 +08:00
wanjiaju
9eefbcb6f2
阿里云百炼适配
...
新增阿里云请求器配置、阿里云模型配置、阿里云令牌配置
新增硅基模型配置
2025-02-08 10:27:19 +08:00
Junyan Qin
21cfb6ee6f
fix: some field may not exist in chatcmplchunk
2025-02-07 23:57:51 +08:00
Junyan Qin
eceaf85807
feat: use stream req in the chatcmpl ( #992 )
2025-02-06 14:48:43 +08:00
Junyan Qin
41a7814615
feat: siliconflow provider
2025-02-01 14:19:21 +08:00
Junyan Qin
d0eeb2b304
feat: add supports for LM Studio
2025-02-01 12:01:07 +08:00
Junyan Qin
d588faf470
fix(httpx): deprecated proxies param
2025-01-23 13:32:27 +08:00
Junyan Qin
44b92909eb
feat: add supports for zhipuai(chatglm)
2025-01-06 20:27:10 +08:00
Junyan Qin
0a68a77e28
feat: refactor
2025-01-04 22:24:05 +08:00
kevin
11a0c4142e
增加xAI模型支持
...
推荐llm-models.json新增
```json
,
{
"name": "grok-2-vision-1212",
"model_name": "grok-2-vision-1212",
"requester": "grok-chat-completions",
"token_mgr": "grok",
"vision_supported": true
}
```
provider.json requester增加
```json
,
"grok-chat-completions": {
"args": {},
"base-url": "https://api.x.ai/v1 ",
"timeout": 120
}
```
keys增加:
```json
,
"grok": [
"xai-your-key"
]
```
2025-01-04 22:13:47 +08:00
Junyan Qin
e37070a985
fix(requester): unmatched params ( #967 )
2024-12-26 15:14:06 +08:00
Junyan Qin
07ca48d652
fix: 无法传递qq图片的问题
2024-12-24 11:26:33 +08:00
Junyan Qin
12cfce3622
feat: 重构图片消息传递逻辑 ( #957 , #955 )
2024-12-24 10:57:17 +08:00
Junyan Qin
535c4a8a11
fix: anthropic sdk删除proxies导致无法启动 ( #962 , #960 )
2024-12-23 21:35:16 +08:00
Junyan Qin
736f8b613c
feat: 为 ollama 支持视觉和函数调用 ( #950 )
2024-12-15 17:05:56 +08:00
Junyan Qin
e8cc048901
deps: bump pydantic to v2
2024-11-22 23:29:12 +08:00
Junyan Qin
875adfcbaa
feat: 添加对 Gitee AI 的支持
2024-11-21 23:28:19 +08:00
YunZL
81c2c3c0e5
Add Role Check to Prevent Validation Error
2024-09-23 23:25:54 +08:00
ligen131
b51ca06c7c
fix: 发送正确的图片格式而不是默认的 image/jpeg
2024-08-19 00:00:29 +08:00
RockChinQ
bdb8baeddd
perf(ollama): 修改请求器名称以适配请求路径
2024-07-09 23:37:19 +08:00
canyuan
987b3dc4ef
add ollama chat
2024-07-09 14:57:28 +08:00
RockChinQ
39ce5646f6
perf: content元素拼接时使用换行符间隔
2024-06-24 17:04:50 +08:00
Huoyuuu
5092a82739
Update chatcmpl.py
2024-06-19 19:13:00 +08:00
Huoyuuu
7a19dd503d
fix: ensure content is string in chatcmpl call method
...
fix: ensure content is string in chatcmpl call method
- Ensure user message content is a string instead of an array
- Updated `call` method in `chatcmpl.py` to guarantee content is a string
- Resolves compatibility issue with the yi-large model
2024-06-19 17:26:06 +08:00
RockChinQ
7db56c8e77
feat: claude 支持视觉
2024-05-22 20:09:29 +08:00
RockChinQ
aadfa14d59
fix: claude 请求失败
2024-05-17 09:46:06 +08:00