Commit History
🐛 Bug: Fix the bug where errors are not correctly returned when there is a syntax error in the configuration file. 6f7d288
✨ Feature: Add feature: support setting API key random load balancing 926469d
💻 Code: Optimize log display: add error provider name display. 08f4342
✨ Feature: Add feature: Support that as long as the prefix of the API key exists in the configuration file, the API key is valid. ecf5650
🐛 Bug: Fix the bug where the embedding URL for GLM and GitHub models is incorrect. a7303e8
🐛 Bug: The bug where the provider's name, which is purely numeric, was not converted to a string has been fixed. 478e740
🐛 Bug: Fix the bug of ZeroDivisionError when the API key does not exist. af636f7
🐛 Bug: Fix the bug where GitHub models cannot retrieve the model when the model field is not set. cd90ffd
🐛 Bug: Fix the bug where API initialization throws an error when no API key is present. 4e9c49c
✨ Feature: Add feature: support setting rate limit for each model individually cdf3ed9
🐛 Bug: Fix the bug where the os module was not imported. 92795ca
💻 Code: Optimize to reduce unnecessary log output. a5e6e34
🐛 Bug: Fix the bug where the return data type of frequency limit is incorrect. cb8aca6
🐛 Bug: Fix the bug of incorrect function parameters entering the cooldown state. 68795da
🐛 Bug: 1. Fix the bug where the closed client cannot be found when closing the request client. 76819d6
🐛 Bug: Fix the bug where Vercel fails to start successfully. 467f256
🐛 Bug: Fix the bug where Vercel fails to start successfully. db534e0
🐛 Bug: Fix the bug of incorrect weight allocation f2a60ff
🪞 Frontend: Fixed the bug where the chart size was displayed incorrectly when there was no data. 3035b10
🪞 Frontend: Add request model statistics bar chart 4f0c23d
🐛 Bug: Fix the bug where weight polling did not check if the weight channel conforms to the request model. 5b1ad67
Default to all models if model field is not set 141a8b8
✨ Feature: Add support for embeddings model c50b8cc
🐛 Bug: Fix the bug where the model is not persisted to the file after being automatically retrieved. 7fb5f96
📖 Docs: Add documentation for serv00 deployment steps. c35d947
✨ Feature: Added lottery scheduling algorithm and support for random scheduling algorithm. ee08a6f
🐛 Bug: Fix the bug where the sheet page cannot fully display when there are too many models. 3907084
🐛 Bug: Fix the bug where the /v1/models endpoint returns incomplete models 1262e5b
🐛 Bug: Fix the bug where the remote configuration file cannot be parsed. 5ce094b
fix: create ThreadSafeCircularList with correct api list a3a84d2
Benedict King commited on
if api key is invalid, raise except 00ec216
Benedict King commited on
fix: api could be a list 859400e
Benedict King commited on
🐛 Bug: Fix the bug where /v1/models does not work. 60e30aa
✨ Feature: 1. Add support for experimental frontend. 923b378
Merge pull request #16 from BenedictKing/tts-dev 9bd1487 unverified
🐛 Bug: Fix the bug where channel responses fail but are replied to normally and are not recognized as a request failure. 8cf0555
feat: add TextToSpeechRequest model and implement audio speech endpoint with processing logic 2ec384d
Benedict King commited on
🐛 Bug: Fix the bug where using asterisks for api key does not conform to yaml syntax adf018a
Refactor: Add support for retrieving all models when the model name is "*" 3e27f73
dray commited on