Timothy J. Baek преди 8 месеца
родител
ревизия
bc0baa35e6
променени са 1 файла, в които са добавени 0 реда и са изтрити 3 реда
  1. 0 3
      backend/open_webui/apps/openai/main.py

+ 0 - 3
backend/open_webui/apps/openai/main.py

@@ -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"]
                 ]
             )