Commit History
🐛 Bug: Fix the bug in the vertex API key concatenation syntax error.
28f36b6
✨ Feature: Add feature: support setting rate limit for each model individually
cdf3ed9
✨ Feature: Add support for embeddings model
c50b8cc
✨ Feature: Add an "image" field to the configuration file to customize control over whether to enable image reading support.
93f77d4
✨ Feature: 1. Add support for experimental frontend.
923b378
remove unused import of logger
1a3aa56
Benedict King
commited on
feat: add TextToSpeechRequest model and implement audio speech endpoint with processing logic
2ec384d
Benedict King
commited on
🐛 Bug: Fix the bug that prevents the voice function from being used.
b40e306
🐛 Bug: Fix the bug where the Pillow dependency is not installed
805409f
🐛 Bug: 1. Fix the bug that causes an error when Claude uploads a PNG image.
f156f8a
✨ Feature: Add support for v1/moderations endpoint.
888a669
✨ Feature: Add support for v1/audio/transcriptions endpoint
17409c4
🐛 Bug: Fix the bug where the o1 model cannot obtain text format.
e5b8220
🤖 Models: Add support for the cohere series models
eb02b52
🐛 Bug: Fix the bug where the lobechat gemini official API cannot use the tool. The reason is that lobechat automatically uses multiple consecutive underscores in the system prompt to name function names, which gemini does not support.
5eb8cba
🐛 Bug: Fix the bug where the system prompt is not deleted in the o1-mini model message.
aea01d0
🤖 Models: Add support for o1-mini o1-preview model
1126d73
🐛 Bug: Fix the bug where the client uploads the image URL instead of converting it to base64 encoding during image recognition.
5c2c740
🐛 Bug: Fix the bug that the official Claude API cannot use PNG format images.
14428d9
✨ Feature: Add feature: Support Cloudflare API model
95ca783
✨ Feature: Adapt to the deprecated function call request body format of OpenAI
9874f60
🐛 Bug: Fix the bug where tool use is still included in the request body when tools are closed.
f3ea9b1
✨ Feature: Add features: Add API channel success rate statistics, channel status records.
73a667f
🐛 Bug: Fix the bug of tool use request body format error
44caf41
Fix the bug where claude tool_choice does not support "tool_choice": {"type": "any"}
0ce2715
🐛 Bug: 1. Fix the bug where the max_tokens is missing in the Claude request body
7f8be8f
Add feature: support load balancing for multiple keys in a single channel, enabled by default.
aeec83c
Fix the bug where claude stream is not defined.
f3fce0a
Fix the bug where Claude cannot use tool use.
894ff24
Add feature: support OpenAI dall-e-3 image generation
2ec0842
Fix the bug of incorrect request body format for tool use.
69fd3e6
fix: Improve round-robin provider selection and add Claude max_tokens auto-fill
9b5984b
zeta
commited on