mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 10:14:26 +00:00
use patch instead of apatch
This commit is contained in:
parent
f1147696a3
commit
824794e844
1 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,7 @@ from litellm import Router
|
|||
import instructor, asyncio
|
||||
from pydantic import BaseModel
|
||||
|
||||
aclient = instructor.apatch(
|
||||
aclient = instructor.patch(
|
||||
Router(
|
||||
model_list=[
|
||||
{
|
||||
|
@ -92,4 +92,4 @@ async def main():
|
|||
|
||||
|
||||
asyncio.run(main())
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue