Skip to content

Commit

Permalink
fix OpenAI chat completion in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Thyrst committed Nov 18, 2024
1 parent 881cbe0 commit 11d39b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: "<LANGTAIL_API_KEY>",
Expand Down

0 comments on commit 11d39b5

Please sign in to comment.