Commit History
✨ Feature: Add support for v1/moderations endpoint.
888a669
✨ Feature: Add support for v1/audio/transcriptions endpoint
17409c4
🐛 Bug: Fix the bug that prevents the host machine from synchronizing database files.
79bd233
🐛 Bug: Fix the bug where the database cannot be automatically created when it does not exist
a37c1d1
🐛 Bug: Fix the bug where the database cannot be automatically created when it does not exist
90a8f67
✨ Feature: Add database, count the first character time.
1d1b0f1
🤖 Models: Add support for the cohere series models
eb02b52
✨ Feature: Add feature: Support automatic restart after detecting changes to api.yaml, no need to manually restart the container.
a0bdc85
🐛 Bug: Fix the bug of middleware statistics for unknown models
ed95244
✨ Feature: Add feature: Support for counting model usage in the stats endpoint
5eb10aa
🐛 Bug: Fix the bug where the next channel cannot be automatically switched when an error occurs in non-streaming output for o1-mini and o1-preview.
bdfeca1
💻 Code: Optimize log display: When the model does not exist, display it in the log.
061e8aa
🐛 Bug: Fix the bug of connectivity check error at lobechat endpoint /v1/chat/completions
c09ef14
💻 Code: Increase the default timeout to 100 seconds to improve the success rate of o1-preview responses.
ab734b8
🐛 Bug: Fix the o1-mini timeout bug, increase the default timeout to 40 seconds.
78ff70d
🤖 Models: Add support for o1-mini o1-preview model
1126d73
🐛 Bug: Fix the bug where httpx.RemoteProtocolError was not caught
f4d6dda
🐛 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 where error codes are not accurately returned to the client.
3972d74
✨ Feature: Add feature: Add support for using angle brackets to enclose strings to set the string before the slash to the channel name.
6038b37
🐛 Bug: 1. Fix the bug where the API key is not found when rate limiting.
cfd3f47
✨ Feature: Add feature: Support Cloudflare API model
95ca783
✨ Feature: Add feature: Add support for rate limiting.
b812da1
🐛 Bug: Fix the bug when the model list is empty.
7477ff7
🐛 Bug: Fix the bug where tool use is still included in the request body when tools are closed.
f3ea9b1
🐛 Bug: 1. Fix the bug of log errors being repeatedly displayed.
8eca72e
🐛 Bug: Fix the bug where the channel status is not sorted by success rate.
dac9c70
✨ Feature: Add feature: Add support for weighted load balancing.
3ec7a0b
✨ Feature: Add features: Add API channel success rate statistics, channel status records.
73a667f
Fix the bug that cannot adapt to the available model name.
163e912
🐛 Bug: Fix the bug where the timeout was not converted to a float.
3fc76ba
Add traffic middleware
819abc0
Fix the bug that does not adapt to the new API for obtaining the model list.
2a7fbb2
Add feature: support OpenAI dall-e-3 image generation
2ec0842
Fix the bug where the provider lookup is inaccurate.
58a694d
revert: try_all_providers method in ModelRequestHandler
47c28b9
zeta
commited on
refactor: revise round-robin and auto-retry logic in API request handling
bdd215f
zeta
commited on
fix: Improve round-robin provider selection and add Claude max_tokens auto-fill
9b5984b
zeta
commited on