Commit Graph

795 Commits

Author SHA1 Message Date
Buer
a58e538c26
♻️ refactor: Refactor price module (#123) (#109) (#128) 2024-03-28 16:53:34 +08:00
Martial BE
646cb74154
️ improve: Allows selection of test models (#121) 2024-03-25 14:57:30 +08:00
Martial BE
376d54f56a
️ improve: Optimized weight/priority input handling in TableRow component. 2024-03-25 12:17:19 +08:00
Martial BE
2305da2359
💚 ci: Update .gitignore and add makefile for building the project 2024-03-25 11:21:24 +08:00
Martial BE
48efdbc7df
🐛 fix: balancer remove illogical 2024-03-25 10:54:38 +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
Martial BE
e7fbcbffab
🐛 fix: WSClient set HandshakeTimeout (#119) 2024-03-21 14:17:10 +08:00
Buer
71171c63f5
feat: support configuration file (#117)
* ♻️ refactor: move file directory

* ♻️ refactor: move file directory

* ♻️ refactor: support multiple config methods

* 🔥 del: remove unused code

* 💩 refactor: Refactor channel management and synchronization

* 💄 improve: add channel website

*  feat: allow recording 0 consumption
2024-03-20 14:12:47 +08:00
Martial BE
0409de0ea9
💚 ci: Update build command in macos-release.yml 2024-03-20 11:54:38 +08:00
Martial BE
8e1c02a6dc
🐛 fix: prompt token repetition calculation (#116) 2024-03-20 10:33:32 +08:00
Martial BE
d4003f24bf
⬆️ chore: update dependencies (#113) 2024-03-19 10:21:38 +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
Martial BE
6f76007292
💚 ci: add arm64 image 2024-03-15 13:48:52 +08:00
Martial BE
3aae5d262c
🐛 fix: Update channel results in data loss (#108) 2024-03-13 18:34:37 +08:00
Buer
05347bc9a1
feat: support Groq (#107) 2024-03-13 15:36:31 +08:00
Martial BE
24761c2ce5
🔧 modify: update ali billing rates (#105) 2024-03-13 14:51:37 +08:00
Martial BE
0b62ffab17
🐛 fix: fix fields where channels can't save null characters(#103) 2024-03-13 14:43:10 +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
Martial BE
07c18dfb91
🐛 fix: action error 2024-03-06 18:13:54 +08:00
Buer
dd3e79a20d
feat: channel support weight (#85)
*  feat: channel support weight

* 💄 improve: show version

* 💄 improve: Channel add copy operation

* 💄 improve: Channel support batch add
2024-03-06 18:01:43 +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
1ae0baa8cb
🐛 fix: tg apikey command missing sk prefix (#76) 2024-02-26 19:06:47 +08:00
Buer
6b8ba36213
优化项目 (#75)
* 💄 improve: channel search

* 💄 improve: channel Table

* 💄 improve: add channel batch
2024-02-26 19:06:18 +08:00
Buer
ec64bf1ad4
🐛 fix: Model cost calculation error (#74) 2024-02-26 19:05:10 +08:00
Martial BE
9c58190db4
👷 ci: Ignore readme file 2024-02-26 10:22:30 +08:00
Martial BE
487875f765
📝 doc: update dockerhub 2024-02-26 10:19:51 +08:00
Martial BE
b663519204
👷 ci: add dockerHub 2024-02-26 10:08:53 +08:00
MartialBE
bfebf70b99
📝 doc: update doc 2024-02-25 21:36:04 +08:00
Buer
e90f4c99fc
feat: add telegram bot (#71) 2024-02-23 18:24:25 +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
fbc0308620
🐛 fix: missing model gpt-4-turbo-preview (#69) 2024-02-20 15:08:40 +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
57cd68e7e3
feat: support paging / sorting (#64)
*  feat: support paging / sorting

* 🔥 del: delete unused files
2024-02-08 03:41:51 +08:00