diff --git a/docs/my-website/docs/tutorials/instructor.md b/docs/my-website/docs/tutorials/instructor.md index aaf7681161..6a2b333f4e 100644 --- a/docs/my-website/docs/tutorials/instructor.md +++ b/docs/my-website/docs/tutorials/instructor.md @@ -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()) -``` \ No newline at end of file +```