Commit 7facfa33 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix: litellm model filtering

parent 3aa6b0fe
...@@ -75,8 +75,8 @@ with open(LITELLM_CONFIG_DIR, "r") as file: ...@@ -75,8 +75,8 @@ with open(LITELLM_CONFIG_DIR, "r") as file:
litellm_config = yaml.safe_load(file) litellm_config = yaml.safe_load(file)
app.state.ENABLE_MODEL_FILTER = ENABLE_MODEL_FILTER app.state.ENABLE_MODEL_FILTER = ENABLE_MODEL_FILTER.value
app.state.MODEL_FILTER_LIST = MODEL_FILTER_LIST app.state.MODEL_FILTER_LIST = MODEL_FILTER_LIST.value
app.state.ENABLE = ENABLE_LITELLM app.state.ENABLE = ENABLE_LITELLM
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment