forked from phoenix/litellm-mirror
(fix) pydantic: Field "model_list" has conflict with protected namespace "model_".
This commit is contained in:
parent
766a6b9014
commit
6d76878382
1 changed files with 2 additions and 0 deletions
|
@ -169,3 +169,5 @@ class ConfigYAML(LiteLLMBase):
|
|||
model_list: Optional[List[ModelParams]] = Field(None, description="List of supported models on the server, with model-specific configs")
|
||||
litellm_settings: Optional[dict] = Field(None, description="litellm Module settings. See __init__.py for all, example litellm.drop_params=True, litellm.set_verbose=True, litellm.api_base, litellm.cache")
|
||||
general_settings: Optional[ConfigGeneralSettings] = None
|
||||
class Config:
|
||||
protected_namespaces = ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue