mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-15 23:31:29 +00:00
fix - test - config
This commit is contained in:
parent
beffa4e398
commit
3d3502e15b
1 changed files with 2 additions and 1 deletions
|
|
@ -26,7 +26,8 @@ class DBModel(BaseModel):
|
|||
model_info: dict
|
||||
litellm_params: dict
|
||||
|
||||
config_dict: ConfigDict = ConfigDict(protected_namespaces=())
|
||||
class Config:
|
||||
protected_namespaces = ()
|
||||
|
||||
|
||||
@pytest.mark.asyncio
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue