forked from phoenix/litellm-mirror
Pydantic warning snuck in here
This commit is contained in:
parent
cec17d61a4
commit
b7c60031ca
1 changed files with 3 additions and 0 deletions
|
@ -65,6 +65,9 @@ class UpdateRouterConfig(BaseModel):
|
|||
fallbacks: Optional[List[dict]] = None
|
||||
context_window_fallbacks: Optional[List[dict]] = None
|
||||
|
||||
class Config:
|
||||
protected_namespaces = ()
|
||||
|
||||
|
||||
class ModelInfo(BaseModel):
|
||||
id: Optional[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue