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
|
model_info: dict
|
||||||
litellm_params: dict
|
litellm_params: dict
|
||||||
|
|
||||||
class Config:
|
model_config = ConfigDict(protected_namespaces=())
|
||||||
protected_namespaces = ()
|
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.asyncio
|
@pytest.mark.asyncio
|
||||||
async def test_delete_deployment():
|
async def test_delete_deployment():
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue