feat: update to persistent config

This commit is contained in:
Jun Siang Cheah
2024-05-17 11:44:29 +08:00
parent 0665703401
commit 5d3eddf7e9
7 changed files with 89 additions and 8 deletions

View File

@@ -51,7 +51,7 @@ app.state.config = AppConfig()
app.state.ENABLE_MODEL_FILTER = ENABLE_MODEL_FILTER
app.state.MODEL_FILTER_LIST = MODEL_FILTER_LIST
app.state.MODEL_CONFIG = MODEL_CONFIG.get("openai", [])
app.state.MODEL_CONFIG = MODEL_CONFIG.value.get("openai", [])
app.state.config.OPENAI_API_BASE_URLS = OPENAI_API_BASE_URLS
app.state.config.OPENAI_API_KEYS = OPENAI_API_KEYS