Commit Graph

890 Commits

Author SHA1 Message Date
MartialBE
424f255acc
🐛 fix: Add Lingyi and Moonshot providers 2024-05-19 13:20:57 +08:00
MartialBE
7cc37f06f0
🐛 fix: Fixed stream completion request address error 2024-05-19 13:20:40 +08:00
MartialBE
c04dfc735f
🐛 fix: function call error (#190) 2024-05-19 13:11:46 +08:00
MartialBE
68e5cf1183
🐛 fix: function call error 2024-05-18 17:32:29 +08:00
MartialBE
6cd0f932c9
🐛 fix: gemini function call error 2024-05-18 17:22:26 +08:00
MartialBE
6ab116c0eb
🐛 fix: Fixed the slave service unsynchronized data (#191) 2024-05-18 13:27:13 +08:00
MartialBE
f26a7839c9
🐛 fix: retrieving model list from providers 2024-05-16 15:34:49 +08:00
Buer
7263582b9b
feat: Add support for retrieving model list from providers (#188)
*  feat: Add support for retrieving model list from providers

* 🔖 chore: Custom channel automatically get the model
2024-05-16 15:21:13 +08:00
MartialBE
ef63fbfd31
🔖 chore: Modify the key field data type in the channel table. 2024-05-15 22:15:27 +08:00
MartialBE
d85924aa95
🔖 chore: update openai EmbeddingRequest struct 2024-05-15 17:53:42 +08:00
MartialBE
2bc2dfca39
feat: Support channel setting chat only 2024-05-15 17:51:49 +08:00
MartialBE
be874c330f
🔖 chore: logs list displays channel name. 2024-05-15 15:16:43 +08:00
MartialBE
5ae57435ba
🔖 chore: prohibit users from modifying usernames 2024-05-15 12:35:04 +08:00
MartialBE
59d3b13311
🐛 fix: fix the wrong price when the input and output values in the ModelPrice component are 0. 2024-05-15 12:26:09 +08:00
MartialBE
8a34f76851
🐛 fix: fix web price accuracy 2024-05-15 04:19:01 +08:00
MartialBE
f7cdde4b50
🐛 fix: update quota rendering to display $0 when no quota is available 2024-05-15 04:09:00 +08:00
MartialBE
234fb1b118
🐛 fix: fix calculation accuracy 2024-05-15 04:08:15 +08:00
MartialBE
46aea4731b
🔖 chore: update gemini model and token calculation. 2024-05-15 03:49:22 +08:00
MartialBE
e9d3b4654f
🔖 chore: add gpt-4o tiktoken 2024-05-14 21:55:24 +08:00
MartialBE
d48868586c
🔖 chore: update gpt-4o 2024-05-14 01:57:37 +08:00
MartialBE
029b3c8c45
🔥 del: Delete invalid code 2024-05-11 15:23:08 +08:00
MartialBE
5e2954a1a0
🐛 fix: Cohere did not calculate usage in stream mode. 2024-05-11 15:01:02 +08:00
Martial BE
bc11c65c78
feat: Allow skip channel id 2024-04-28 11:22:43 +08:00
Martial BE
317e0a6370
🐛 fix: playground gets token without verifying user's identity 2024-04-28 10:25:33 +08:00
Martial BE
490fb4c749
🐛 fix: missing menu item 2024-04-28 10:18:44 +08:00
Martial BE
801b98d6fc
♻️ refactor: Refactor chat links 2024-04-27 20:50:36 +08:00
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
Martial BE
2e41f70e66
🔖 chore: Update Docker image workflow to remove Microsoft package source list 2024-04-24 18:09:26 +08:00
Martial BE
36653c2ce5
🐛 fix: Fix conditional caching in RelayHandler 2024-04-24 18:02:33 +08:00
Martial BE
755dbf79be
🐛 fix: Repair will cache errors or empty messages 2024-04-24 17:40:40 +08:00
Buer
763c8883da
feat: support Ollama (#168) 2024-04-24 16:59:58 +08:00
dependabot[bot]
b9c9035f2a
build(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 (#166)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.22.0 to 0.23.0.
- [Commits](https://github.com/golang/net/compare/v0.22.0...v0.23.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-24 03:50:07 +08:00
Martial BE
9c8943eea3
🐛 fix: unable to submit creating azure speech 2024-04-24 02:57:47 +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
Martial BE
1e07b0b25f
🐛 fix: disabling ESLint plugin 2024-04-23 16:52:25 +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
d1369eb5c6
🐛 fix: fix floating point precision 2024-04-22 18:32:20 +08:00
Martial BE
2d0a635f5e
📝 doc: update readme 2024-04-20 12:21:55 +08:00
Martial BE
4fc987f4a0
feat: Support Coze 2024-04-20 12:07:37 +08:00
Martial BE
7511d614cf
🐛 fix: incorrect timeout time cited 2024-04-19 14:59:41 +08:00
Martial BE
4527e1e954
📝 doc: update readme 2024-04-19 14:40:16 +08:00
Martial BE
1ff82165d7
🐛 fix: Price list page is incomplete. 2024-04-19 04:30:48 +08:00
Martial BE
0c5ad810a9
🐛 fix: config file loading error 2024-04-18 23:10:47 +08:00
Martial BE
303fe3360b
feat: add Stability AI 2024-04-18 18:53:49 +08:00
Martial BE
b20659dfcc
feat: add imgur image upload 2024-04-18 18:51:09 +08:00
Martial BE
cfa68df4aa
feat: Add image upload 2024-04-18 15:29:25 +08:00
Martial BE
8e8d4a3a84
🔖 chore: Update Azure Speech prompt 2024-04-18 01:46:48 +08:00
Martial BE
95854f5912
feat: Support Cohere 2024-04-18 01:39:18 +08:00