forked from phoenix/litellm-mirror
Update model config definition to use v2 style
This commit is contained in:
parent
3d3502e15b
commit
d6c1282f88
1 changed files with 1 additions and 3 deletions
|
@ -26,9 +26,7 @@ class DBModel(BaseModel):
|
|||
model_info: dict
|
||||
litellm_params: dict
|
||||
|
||||
class Config:
|
||||
protected_namespaces = ()
|
||||
|
||||
model_config = ConfigDict(protected_namespaces=())
|
||||
|
||||
@pytest.mark.asyncio
|
||||
async def test_delete_deployment():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue