mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
Merge branch 'main' into fix-pydantic-warnings-again
This commit is contained in:
commit
f1fe41db74
211 changed files with 23848 additions and 9181 deletions
|
@ -101,7 +101,7 @@ async def test_delete_deployment():
|
|||
pc = ProxyConfig()
|
||||
|
||||
db_model = DBModel(
|
||||
model_id="12340523",
|
||||
model_id=deployment.model_info.id,
|
||||
model_name="gpt-3.5-turbo",
|
||||
litellm_params=encrypted_litellm_params,
|
||||
model_info={"id": deployment.model_info.id},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue