Commit History
🐛 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