v0.147.0
Version 0.147.0
Released on 2024-04-10
✨ Features
- Support model list for all model providers
- Refactor to support azure openai provider
- Support close openai
- Support model config modal
- Support open router auto model list
- Support openai model fetcher
- Support update model config
- Support user customize model config
♻ Code Refactoring
- misc: Add db migration, add migrations from v3 to v4, clean openai azure code, refactor agent runtime with openai compatible factory, refactor api key form locale, refactor openAI to openai and azure, refactor the hidden to enabled, refactor the key, refactor the model config selector, refactor the route auth as a middleware, refactor the server config to migrate model provider env, refactor the server config to migrate model provider env, rename the key to enabledModels.
Improvements and Fixes
Code refactoring
- misc: Add db migration (6ceb818)
- misc: Add migrations from v3 to v4 (199ded2)
- misc: Clean openai azure code (be4bcca)
- misc: Refactor agent runtime with openai compatible factory (89adf9d)
- misc: Refactor api key form locale (a069169)
- misc: Refactor openAI to openai and azure (2190a95)
- misc: Refactor the hidden to enabled (78a1aac)
- misc: Refactor the key (d5c82f6)
- misc: Refactor the model config selector (d865ca1)
- misc: Refactor the route auth as a middleware (ef5ee2a)
- misc: Refactor the server config to migrate model provider env (e4f110e)
- misc: Refactor the server config to migrate model provider env (c398063)
- misc: Rename the key to enabledModels (ebfa0aa)
What's improved
- misc: Refactor to support azure openai provider (d737afe)
- misc: Support close openai (1ff1aef)
- misc: Support display model list (e59635f)
- misc: Support model config modal (62d6bb7)
- misc: Support model list with model providers, closes #1916 (0895dd2)
- misc: Support open router auto model list (1ba90d3)
- misc: Support openai model fetcher (56032e6)
- misc: Support update model config (e8ed847)
- misc: Support user config model (72fd873)