fix: allow o1

This commit is contained in:
Timothy J. Baek 2024-09-13 09:59:41 -04:00
parent e510c8b11f
commit bc0baa35e6

View File

@ -218,9 +218,6 @@ def merge_models_lists(model_lists):
"urlIdx": idx,
}
for model in models
if "api.openai.com"
not in app.state.config.OPENAI_API_BASE_URLS[idx]
or "gpt" in model["id"]
]
)