diff --git a/backends/openai_compatible_api.py b/backends/openai_compatible_api.py index 2b5f99546863c095ce8433966f9b7e1e79337e1b..1b91268124105ab5f4636acbfe48d50d3b81d131 100644 --- a/backends/openai_compatible_api.py +++ b/backends/openai_compatible_api.py @@ -18,7 +18,7 @@ MAX_TOKENS = 100 # serving at that moment. # But anyway, hopefull we'll soon have a different method for selecting backends. 2024-01-10 SUPPORTED_MODELS = ["fsc-vicuna-13b-v1.5", "fsc-vicuna-33b-v1.3", "fsc-vicuna-7b-v1.5", - "lcp-openchat_openchat-3.5-1210"] + "fsc-openchat-3.5-0106"] NAME = "generic_openai_compatible"