forked from phoenix/litellm-mirror
feat - show openai params on model hub ui
This commit is contained in:
parent
3be6a07e35
commit
b5f883ab74
3 changed files with 14 additions and 4 deletions
|
@ -426,3 +426,4 @@ class ModelGroupInfo(BaseModel):
|
|||
supports_parallel_function_calling: bool = Field(default=False)
|
||||
supports_vision: bool = Field(default=False)
|
||||
supports_function_calling: bool = Field(default=False)
|
||||
supported_openai_params: List[str] = Field(default=[])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue