Buer
57cd68e7e3
✨ feat: support paging / sorting ( #64 )
...
* ✨ feat: support paging / sorting
* 🔥 del: delete unused files
2024-02-08 03:41:51 +08:00
Buer
3789c30154
✨ feat: support moonshot ( #63 )
2024-02-07 23:30:36 +08:00
moondie
6f3b8ed997
查询余额接口支持跨域请求 ( #61 )
...
* 查询余额接口支持跨域请求
* 改正智谱倍率
2024-02-02 12:18:26 +08:00
Buer
48f9ed29e8
✨ feat: support deepseek ( #60 )
2024-02-02 10:03:00 +08:00
Buer
aec238aec9
📝 doc: modify information ( #57 )
2024-01-26 18:41:11 +08:00
Martial BE
99929f15d5
✨ feat: update openai new model
2024-01-26 10:14:24 +08:00
Buer
d7193b8e46
🐛 fix: stream mode delay issue ( #53 )
2024-01-25 11:56:31 +08:00
Buer
705804e6dd
✨ feat: MiniMax support ( #50 )
2024-01-22 12:25:55 +08:00
Buer
2cc120f35b
🐛 fix: proxy bug ( #49 )
2024-01-20 13:26:11 +08:00
Buer
b42d4d44aa
✨ feat: support zhipu new API ( #44 )
2024-01-19 22:14:30 +08:00
Buer
ef041e28a1
♻️ refactor: provider refactor ( #41 )
...
* ♻️ refactor: provider refactor
* 完善百度/讯飞的函数调用,现在可以在`lobe-chat`中正常调用函数了
2024-01-19 02:47:10 +08:00
Martial BE
3b8ae9a6cd
✨ feat: auto update new model ratio to database
2024-01-03 16:35:58 +08:00
Martial BE
2b6d11f999
✨ feat: support davinci-002 and babbage-002
2024-01-03 16:35:58 +08:00
MartialBE
7ef4a7db59
✨ feat: Optimize model list.
2024-01-01 14:42:24 +08:00
Martial BE
61c47a3b08
🎨 Support Baichuan2
2023-12-29 15:23:05 +08:00
Martial BE
211a862d54
🎨 Support qwen-vl-plus
2023-12-29 10:59:26 +08:00
Martial BE
72983ac734
✨ Model list return by group
2023-12-28 15:48:20 +08:00
Martial BE
4d43dce64b
🐛 fix base 64 encoded format support of gemini-pro-vision
2023-12-28 12:23:39 +08:00
Martial BE
fb24d024a7
✨ add channel proxy
2023-12-26 18:42:39 +08:00
Martial BE
47b72b850f
Merge branch 'songquanpeng' into sync_upstream
2023-12-25 11:23:28 +08:00
JustSong
1c8922153d
feat: support gemini-vision-pro
2023-12-24 18:54:32 +08:00
moondie
ee9e746520
feat: update ali stream implementation & enable internet search ( #856 )
...
* Update relay-ali.go: 改进stream模式,添加联网搜索能力
通义千问支持stream的增量模式,不需要每次去掉上次的前缀;实测qwen-max联网模式效果不错,添加了联网模式。如果别的模型有问题可以改为单独给qwen-max开放
* 删除"stream参数"
刚发现原来阿里api没有这个参数,上次误加了。
* refactor: only enable search when specified
* fix: remove custom suffix when get model ratio
---------
Co-authored-by: JustSong <songquanpeng@foxmail.com>
2023-12-24 16:17:21 +08:00
Buer
a763681c2e
fix: fix base64 image parse error ( #858 )
2023-12-24 15:35:56 +08:00
Martial BE
f823581235
🐛 fix GetImageSizeFromBase64 error
2023-12-22 12:18:58 +08:00
Martial BE
43d8bedbb4
Merge branch 'songquanpeng' into sync_upstream
2023-12-21 15:36:01 +08:00
JustSong
b7fcb319da
chore: check if SESSION_SECRET equals to random_string
2023-12-20 22:50:50 +08:00
Martial BE
ffa4e491ea
✨ 更换web界面
2023-12-20 19:27:27 +08:00
Oliver Lee
0fe26cc4bd
feat: update ali relay implementation ( #830 )
...
* 修改通译千问最新接口:1.删除history参数,改用官方推荐的messages参数 2.整理messages参数顺序,补充必要上下文信息 3.用autogen调试测试通过
* chore: update impl
---------
Co-authored-by: JustSong <songquanpeng@foxmail.com>
2023-12-17 19:43:23 +08:00
Calcium-Ion
7d6a169669
feat: able to set sqlite busy_timeout ( #818 )
...
* add sqlite busy_timeout=3000
* chore: update impl
---------
Co-authored-by: JustSong <songquanpeng@foxmail.com>
2023-12-17 19:17:00 +08:00
David Zhuang
5cf23d8698
feat: add Google Gemini Pro support ( #826 )
...
* fest: Add Google Gemini Pro, fix #810
* fest: Add tooling to Gemini; Add OpenAI-like system prompt to Gemini
* refactor: removing unused if statement
* fest: Add dummy model message for system message in gemini model
* chore: update implementation
---------
Co-authored-by: JustSong <songquanpeng@foxmail.com>
2023-12-17 12:48:32 +08:00
Qiying Wang
4c5feee0b6
feat: add image counter for gpt-4 vision ( #795 )
2023-12-10 19:39:46 +08:00
Tillman Bailee
a3f80a3392
feat: enable channel when test succeed ( #771 )
...
* 增加功能: 渠道 - 测试所有通道; 设置 - 运营设置 - 监控设置 - 成功时自动启用通道
* refactor: update implementation
---------
Co-authored-by: liyujie <29959257@qq.com>
Co-authored-by: JustSong <songquanpeng@foxmail.com>
2023-12-03 20:10:57 +08:00
MartialBE
a884c4b0bf
✨ 添加azure speech支持
2023-12-02 22:13:47 +08:00
MartialBE
c97c8a0f65
🐛 fix: 修复余额的问题
2023-12-02 19:54:21 +08:00
MartialBE
be364ae09b
🎨 结构中继控制器
2023-12-02 03:28:18 +08:00
Martial BE
0f038d715d
✨ add: add images edits and variations API
2023-12-01 18:25:05 +08:00
Martial BE
9dd92bbddd
✨ add: add images api
2023-12-01 17:20:22 +08:00
Martial BE
a013b1a166
✨ add transcriptions api
2023-12-01 10:54:07 +08:00
Martial BE
7c6dee7390
♻️ refactor: 重构http请求函数
2023-11-30 13:49:35 +08:00
Martial BE
96dc7614e6
♻️ refactor: 重构speech接口
2023-11-29 18:11:15 +08:00
Martial BE
1c7c2d40bb
♻️ refactor: 重构moderation接口
2023-11-29 16:54:37 +08:00
Martial BE
544f20cc73
🎨 调整供应商目录结构,合并文本输出函数
2023-11-29 16:07:09 +08:00
Martial BE
902c2faa2c
♻️ refactor: split relay
2023-11-28 18:32:26 +08:00
JustSong
9889377f0e
feat: support claude-2.x ( close #736 )
2023-11-24 21:39:44 +08:00
Tillman Bailee
923e24534b
fix: add Date header for email ( #742 )
...
* 修复自建邮箱发送错误: INVALID HEADER Missing required header field: "Date"
* chore: fix style
---------
Co-authored-by: liyujie <29959257@qq.com>
Co-authored-by: JustSong <39998050+songquanpeng@users.noreply.github.com>
Co-authored-by: JustSong <songquanpeng@foxmail.com>
2023-11-24 20:56:53 +08:00
ShinChven ✨
b4d67ca614
fix: add Message-ID header for email ( #732 )
...
* feat: Add Message-ID to email headers to comply with RFC 5322
- Extract domain from SMTPFrom
- Generate a unique Message-ID
- Add Message-ID to email headers
* chore: check slice length
---------
Co-authored-by: JustSong <songquanpeng@foxmail.com>
2023-11-24 20:52:59 +08:00
Ian Li
969f539777
fix: skip JSON deserialization when accessing transcriptions and translations ( #718 )
...
* fix: Skip JSON deserialization when accessing transcriptions and translations.
* chore: update impl
---------
Co-authored-by: JustSong <songquanpeng@foxmail.com>
2023-11-19 16:11:39 +08:00
ckt1031
ddcaf95f5f
feat: support tts model ( #713 )
...
* Added support for Text-to-Speech models and
endpoints
* chore: update impl
---------
Co-authored-by: JustSong <songquanpeng@foxmail.com>
2023-11-17 21:18:51 +08:00
ckt1031
1d15157f7d
feat: keep sync with dall-e updates ( #679 )
...
* Updated ImageRequest struct and OpenAIModels,
added new Dall-E models and size ratios
* Fixed suspect `or`
* Refactored size ratio calculation in
relayImageHelper function
* Updated the format of resolution keys in
DalleSizeRatios map
* Added error handling for unsupported image size in
relayImageHelper function
* Added validation for number of generated images
and defined image generation ratios
* Refactored variable name from
DalleGenerationImageAmountRatios to
DalleGenerationImageAmounts
* Added validation for prompt length in
relayImageHelper function
* Updated model validation and removed size not
supported error in relayImageHelper function
* Refactored image size and model validation in
relayImageHelper function
* chore: discard binary file
* chore: update impl
---------
Co-authored-by: cktsun1031 <65409152+cktsun1031@users.noreply.github.com>
Co-authored-by: JustSong <songquanpeng@foxmail.com>
2023-11-17 20:03:16 +08:00
Mikey
9d43ec57d8
feat: sync pricing for new 1106 models ( #696 )
...
* feat: sync pricing for new 1106 models
* chore: change ratio after 2023-12-11
---------
Co-authored-by: JustSong <songquanpeng@foxmail.com>
2023-11-10 21:08:23 +08:00