JustSong
|
3f421c4f04
|
feat: support Gemini openai compatible api
|
2025-02-16 17:59:39 +08:00 |
|
JustSong
|
cafd0a0327
|
feat: add OpenAI compatible channel (close #2091)
|
2025-02-16 17:38:06 +08:00 |
|
JustSong
|
53da209134
|
feat: add AliBailian adaptor and update channel options
|
2025-02-12 00:15:43 +08:00 |
|
JustSong
|
eb96aa635e
|
feat: update OpenRouter channel name and add model list for OpenRouter adaptor
|
2025-02-11 00:20:55 +08:00 |
|
JustSong
|
57c1367ec8
|
feat: add Xunfei V2 channel support and update related configurations
|
2025-02-09 18:31:54 +08:00 |
|
JustSong
|
dd65b997dd
|
feat: add Baidu V2 channel support and improve model handling
|
2025-02-09 12:37:26 +08:00 |
|
JustSong
|
c81ee68dd0
|
feat: improve error logging for token encoder initialization with offline usage guidance
|
2025-02-02 17:24:23 +08:00 |
|
Qiying Wang
|
a858292b54
|
feat: support gpt-4o-2024-11-20 (#1941)
CI / Unit tests (push) Has been cancelled
CI / commit_lint (push) Has been cancelled
|
2024-12-22 19:49:50 +08:00 |
|
Laisky.Cai
|
6bb5247bd6
|
feat: add support for new OpenAI models and update billing ratios (#1990)
|
2024-12-21 20:28:51 +08:00 |
|
Laisky.Cai
|
305ce14fe3
|
feat: support replicate chat models (#1989)
* feat: add Replicate adaptor and integrate into channel and API types
* feat: support llm chat on replicate
|
2024-12-21 14:41:19 +08:00 |
|
Ryo Shen
|
8ec092ba44
|
feat: add support for xAI (#1915)
CI / Unit tests (push) Has been cancelled
CI / commit_lint (push) Has been cancelled
|
2024-11-07 23:52:38 +08:00 |
|
JustSong
|
f75a17f8eb
|
feat: always return usage in stream mode
|
2024-10-27 17:58:44 +08:00 |
|
byte911
|
88acc5a614
|
fix: return the usage info if not null (#1792)
Usage is missing.
|
2024-09-22 16:41:10 +08:00 |
|
TAKO
|
649ecbf29c
|
feat: support new openai models (4o 0806, chatgpt-4o-latest) (#1721)
* feat: support new model gpt-4o-2024-08-06
* feat: support new model chatgpt-4o-latest
|
2024-09-21 23:01:19 +08:00 |
|
Shenghang Tsai
|
402fcf7f79
|
feat: add SiliconFlow (#1717)
* Add SiliconFlow
* Update README.md
* Update README.md
* Update channel.constants.js
* Update ChannelConstants.js
* Update channel.constants.js
* Update ChannelConstants.js
* Update compatible.go
* Update README.md
|
2024-08-06 23:42:25 +08:00 |
|
TAKO
|
296ab013b8
|
feat: support gpt-4o mini (#1665)
* feat: support gpt-4o mini
* feat: fix gpt-4o mini image price
|
2024-07-22 22:44:08 +08:00 |
|
Ghostz
|
65acb94f45
|
fix: text filed check for 4v request (#1634)
|
2024-07-13 14:57:08 +08:00 |
|
Qiying Wang
|
f636c50c84
|
fix: duplicate [DONE] (#1629)
|
2024-07-09 22:43:59 +08:00 |
|
Jason
|
e090e76c86
|
feat: add Novita AI as model provider (#1609)
|
2024-07-06 13:16:46 +08:00 |
|
zijiren
|
b21b3b5b46
|
refactor: abusing goroutines and channel (#1561)
* refactor: abusing goroutines
* fix: trim data prefix
* refactor: move functions to render package
* refactor: add back trim & flush
---------
Co-authored-by: JustSong <quanpengsong@gmail.com>
|
2024-06-30 18:36:33 +08:00 |
|
Ghostz
|
5a58426859
|
fix minimax empty log (#1560)
|
2024-06-30 16:09:16 +08:00 |
|
取梦为饮
|
98669d5d48
|
feat: add support for bytedance's doubao (#1438)
* 增加豆包大模型支持
* chore: update channel options & add prompt
---------
Co-authored-by: 康龙彪 <longbiao.kang@i-tudou.com>
Co-authored-by: JustSong <songquanpeng@foxmail.com>
|
2024-06-08 13:26:26 +08:00 |
|
Dafei Zhao
|
a9211d66f6
|
fix: fix gpt-4o token encoding (#1446)
|
2024-05-28 01:26:07 +08:00 |
|
Qiying Wang
|
2457d00afb
|
feat: support gpt-4o (#1431)
|
2024-05-21 01:14:22 +08:00 |
|
JustSong
|
71f4403fd5
|
feat: add together.ai support (#1298)
|
2024-04-30 02:16:53 +08:00 |
|
JustSong
|
7e027d2bd0
|
fix: fix minimax prompt & completion tokens is empty (#1391)
|
2024-04-29 22:35:47 +08:00 |
|
JustSong
|
30f373b623
|
fix: fix usage is empty (close #1391)
|
2024-04-29 22:29:13 +08:00 |
|
JustSong
|
007906216d
|
feat: support DeepL's model (close #1126)
|
2024-04-27 13:37:22 +08:00 |
|
JustSong
|
9026ec7510
|
feat: support cloudflare now
|
2024-04-26 23:05:48 +08:00 |
|
JustSong
|
c317872097
|
feat: support deepseek now
|
2024-04-26 00:48:53 +08:00 |
|
JustSong
|
541182102e
|
fix: ignore empty choice response for azure (close #1324)
|
2024-04-21 16:22:28 +08:00 |
|
JustSong
|
a10232f43a
|
feat: add gpt-4-turbo support (close #1304)
|
2024-04-13 11:39:31 +08:00 |
|
JustSong
|
f586ae0ad8
|
chore: remove helper & util subpackage for relay
|
2024-04-06 01:50:12 +08:00 |
|
JustSong
|
24ed170e7b
|
chore: reorganize adaptor related package
|
2024-04-06 01:36:48 +08:00 |
|