diff --git a/README.md b/README.md index 9ec2d66..da9d975 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ basic completion without any prompt. This just wraps openAI api and adds a few e ```ts import OpenAI from "openai" -import { Langtail } from "langtail" +import { createOpenAIProxy } from "langtail/openai" const openai = new OpenAI({ apiKey: "",