Commit History
🐛 Bug: Fix the bug where Vercel fails to start successfully.
467f256
🐛 Bug: Fix the bug where Vercel fails to start successfully.
52d3f47
🐛 Bug: Fix the bug of incorrect weight allocation
f2a60ff
✨ Feature: Add feature: Support model-level cooling. When a model under a channel reports an error, it does not affect other models under the same channel, only the model that reported the error is cooled.
f2794a6
🐛 Bug: Fix the bug in the chart display.
ec63db6
🐛 Bug: Fixed the bug where the cooling model could not take effect in this request.
bdb98ff
✨ Feature: Add feature: Support channel cooldown. When an API channel response fails, the channel will automatically be excluded and cooled down for a period of time, during which no requests will be made to that channel. After the cooldown period ends, the model will automatically be restored until it fails again, triggering another cooldown.
fc4b826
🪞 Frontend: Fixed the bug where the chart size was displayed incorrectly when there was no data.
3035b10
🐛 Bug: Fix the bug in the moral check database update error.
a20c06f
🪞 Frontend: Add request model statistics bar chart
4f0c23d
💰 Sponsors: Thanks to @PowerHunter for the CNY 200 sponsorship, sponsorship information has been added to the README.
25f3a29
🐛 Bug: Fix the bug where the model cannot be found.
2f54462
🐛 Bug: Fix the bug where weight polling cannot match the model.
8583e53
🐛 Bug: Fix the bug where weight polling did not check if the weight channel conforms to the request model.
5b1ad67
📖 Docs: Add /docs/markdown endpoint to output markdown API documentation
84daa54
📖 Docs: Update documentation
ee53a1b
🐛 Bug: Fix the bug that did not check if weights were None.
54d814c
🪞 Frontend: Added sidebar support to the front end, removed the menu bar.
c9427f3
🐛 Bug: Fix the bug of weight load balancing round-robin.
b2991c2
📖 Docs: Update documentation
d2ba74a
✨ Feature: Add support for embeddings model
c50b8cc
✨ Feature: Add feature: support wildcard matching like gpt* to match models such as gpt-3.5 and gpt-4.
60014c4
🐛 Bug: Fix the bug where the model is not persisted to the file after being automatically retrieved.
7fb5f96
🐛 Bug: Fix the bug where Gemini cannot use non-streaming output.
73319d1
📖 Docs: Add documentation for serv00 deployment steps.
c35d947
🐛 Bug: Fix the bug where vercel cannot set app.state.config.
2c0a348
✨ Feature: Add support for completely disabling the database.
b4f4763
✨ Feature: Added lottery scheduling algorithm and support for random scheduling algorithm.
ee08a6f
🐛 Bug: Fix the bug where the front-end sheet table can only display one key when there are multiple API keys.
fd7bf5e
🐛 Bug: Fix the bug where the sheet page cannot fully display when there are too many models.
3907084
🐛 Bug: Fix the bug where after filtering through the filter, if there are a total of four rows, when clicking the edit configuration on the fourth row, the sheet still displays the data from the fourth row before the filter was applied.
80fec79
🐛 Bug: Fix the bug where the sheet cannot be closed when clicking the cancel button without filling in the content on the frontend add model sheet.
776255b
✨ Feature: Add support for frontend page operation configuration files.
a04542e
✨ Feature: 1. Add support for experimental frontend.
923b378
🐛 Bug: 1. Fix the bug where the option request attempts to parse the OK stream message.
4b94129
🐛 Bug: Fix the bug where using asterisks for api key does not conform to yaml syntax
adf018a
✨ Feature: Add feature: The /stats endpoint supports passing an 'hours' parameter to specify the number of hours of historical statistics data to return
b197d5b
🐛 Bug: Fix the bug where there is no error handling for response JSON parsing errors.
ea47d28
🐛 Bug: Fix the bug where the permissions control for model distributors is incorrect.
6101f6d
🐛 Bug: Fix the bug that makes moral checks unusable.
179cefd
🐛 Bug: Fix the bug where FastAPI internally used different types of streaming responses.
7f50586
🐛 Bug: Fix the bug where FastAPI internally used different types of streaming responses.
27b2cca
🐛 Bug: Fix bug in total time calculation
09c584b
Refactor: Add support for retrieving all models when the model name is "*"
3e27f73
dray
commited on
fix: Generate a random API key using only alphanumeric characters
bead939
Benedict King
commited on