mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-09 22:31:41 +00:00
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
Reference in a new issue