Commit Graph

83 Commits

Author SHA1 Message Date
Martial BE
c6a0c87ad1
🐛 fix: Handle empty openaiResponse.Choices in HandlerChatStream 2024-04-27 17:17:58 +08:00
Martial BE
58a0b6f9bc
🔖 chore: update bedrock model maping (#169) 2024-04-25 13:28:30 +08:00
Buer
763c8883da
feat: support Ollama (#168) 2024-04-24 16:59:58 +08:00
Buer
628df97f96
feat: support other OpenAI APIs (#165)
*  feat: support other OpenAI APIs

* 🔖 chore: Update English translation
2024-04-23 19:57:14 +08:00
Martial BE
f91b9856d4
🔖 chore: optimize the settings of Azure Speech 2024-04-23 17:28:34 +08:00
Miraz Hossain
a76b3f6ac2
🔖 chore: English translation and other improvements (#163)
* chore: improve english translation

* fix: typo of error message

* chore: improve frontend icon

* chore: improve English translation

* chore: update PaperProps width to minWidth in TableRow.js files

* chore: Add Docker image workflow for one-api in English

---------

Co-authored-by: Martial BE <me@xiao5.info>
2024-04-23 16:25:40 +08:00
Martial BE
4fc987f4a0
feat: Support Coze 2024-04-20 12:07:37 +08:00
Martial BE
303fe3360b
feat: add Stability AI 2024-04-18 18:53:49 +08:00
Martial BE
cfa68df4aa
feat: Add image upload 2024-04-18 15:29:25 +08:00
Martial BE
95854f5912
feat: Support Cohere 2024-04-18 01:39:18 +08:00
Martial BE
344555418e
feat: Support Cloudflare AI 2024-04-16 18:08:56 +08:00
Martial BE
abd889c398
🐛 fix: gemini tools 2024-04-11 11:54:10 +08:00
Buer
a3719cd78a
feat: add notifier (#144)
* ♻️ refactor: email refactor

*  feat: add notifier
2024-04-09 15:00:06 +08:00
Buer
c1fc32add7
feat: add Midjourney (#138)
* 🚧 stash

*  feat: add Midjourney

* 📝 doc: update readme
2024-04-05 04:03:46 +08:00
Martial BE
a8891c0f72
🐛 fix: repair the error caused by incomplete parameters in third-party OpenAI interface (#135) 2024-04-02 12:02:00 +08:00
Martial BE
0e86c7e4d1
🐛 fix: fix gemini error_code type error 2024-03-25 10:52:17 +08:00
Martial BE
40ef06ceda
feat: add gemini new model 2024-03-25 10:50:43 +08:00
Buer
670c673964
feat: support lingyiwanwu (#115) 2024-03-18 18:17:48 +08:00
Martial BE
b99281e05e
🔥 del: Remove redundant providers (#112) 2024-03-18 17:55:36 +08:00
Buer
b81808e839
feat: support amazon bedrock anthropic (#114)
* 🚧 WIP: bedrock

*  feat: support amazon bedrock anthropic
2024-03-18 16:00:35 +08:00
Buer
05347bc9a1
feat: support Groq (#107) 2024-03-13 15:36:31 +08:00
Martial BE
7ac3a852f4
🐛 fix: fix Azure Speech voice mapping issue 2024-03-13 14:41:27 +08:00
Martial BE
3d60f94a74
🐛 fix: fix minimax streaming request without calculating token (#106) 2024-03-13 12:18:26 +08:00
Martial BE
d941faac9f
🐛 fix: fix panic caused by errors (#106) 2024-03-13 11:22:01 +08:00
Martial BE
113ed77bb9
🔥 del: delete invalid code 2024-03-12 17:57:46 +08:00
Buer
f975714c6c
feat: Azure Speech allows for custom voices. (#104) 2024-03-12 17:37:08 +08:00
Buer
d599283366
🐛 fix: hunyuan request failed (#102) 2024-03-11 18:09:17 +08:00
Buer
b70378148e
🐛 fix: hunyuan model name change (#100) 2024-03-11 16:16:22 +08:00
Buer
27738aa3c7
feat: complete some issues (#98)
* 🎨 improve: SparkDesk support system roles

* 🎨 feat: Update Baidu model name

*  feat: claude support cloudflare gateway
2024-03-11 11:53:04 +08:00
Buer
fa89a3d60b
🐛 fix: missing toolcalls parameter in stream response (#95) 2024-03-10 02:37:47 +08:00
Buer
6329db1a49
feat: support mistral (#94) 2024-03-10 01:53:33 +08:00
Buer
d8d880bf85
️ feat: channel support plugin settings (#89) 2024-03-08 14:49:33 +08:00
Martial BE
41134576f2
feat: claude supports vision 2024-03-07 11:23:29 +08:00
moondie
e1fcfae928
feat: Support Claude3 (#86)
* Claude改用messages API,支持Claude3

* 删除新API不支持的模型

* 忘了改请求地址

* 🐛 fix: fix the problem of return format and completion token not being obtained

---------

Co-authored-by: MartialBE <me@xiao5.info>
2024-03-07 01:21:07 +08:00
Buer
7c78ed9fad
🐛 fix: glm-4v support base64 image (#81)
* 💄 improve: http client changes proxy using context

* 🐛 fix: glm-4v support base64 image
2024-03-01 18:52:39 +08:00
Buer
fab465e82a
🐛 fix: fix some issues (#77)
* 🐛 fix: Incorrect word spelling

* ♻️ refactor: split function

* 🐛 fix: Delete the disabled channels without deleting the abilities table
2024-02-29 11:26:02 +08:00
Buer
43b4ee37d9
🐛 fix some bugs (#70)
* 🐛 fix: moonshot model name error

* 🐛 fix: qwen-vl model name error
2024-02-20 16:21:26 +08:00
Buer
77fb2d32d7
feat: support editing completion rate (#68)
*  feat: support editing completion rate

* 🐛 fix: Error judgment of Azure model name

* 💄 improve: mobile tip experience

* 💄 improve: SparkDesk model version switch
2024-02-20 14:35:54 +08:00
Buer
9ccce8de97
feat: support azure openai tts (#65) 2024-02-08 19:35:41 +08:00
Buer
3789c30154
feat: support moonshot (#63) 2024-02-07 23:30:36 +08:00
Buer
48f9ed29e8
feat: support deepseek (#60) 2024-02-02 10:03:00 +08:00
Buer
f2aafab0d9
🎨 improve: zhipu stream typewriter (#58) 2024-01-29 11:54:56 +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
33bb1a04a7
🐛 fix: balance fail (#47) 2024-01-20 03:01:13 +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
MartialBE
b3f1b5953c 🐛 fix: custom channel error 2024-01-06 16:24:17 +08:00
Martial BE
475dba1233 feat: baidu support functions 2024-01-03 16:37:27 +08:00