mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
model_info_v{1,2} (LiteLLM) => model_list (OpenAI)
This commit is contained in:
parent
ddf77656fb
commit
b079f4cb79
1 changed files with 1 additions and 2 deletions
|
|
@ -84,8 +84,7 @@ class LiteLLMRoutes(enum.Enum):
|
|||
"image_generation",
|
||||
"audio_transcriptions",
|
||||
"moderations",
|
||||
"model_info_v1",
|
||||
"model_info_v2",
|
||||
"model_list", # OpenAI /v1/models route
|
||||
]
|
||||
openai_routes: List = [
|
||||
# chat completions
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue