From 824794e8440ae8456cd5d76fcc2899c3ed0cd52a Mon Sep 17 00:00:00 2001 From: Philip Nuzhnyi Date: Wed, 28 Aug 2024 14:59:26 +0100 Subject: [PATCH] use patch instead of apatch --- docs/my-website/docs/tutorials/instructor.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +```