Skip to content

Commit

Permalink
Fix wording.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgrammel committed Jul 15, 2023
1 parent 1269b27 commit 1c06afa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const question = `What is a rainbow?`;
question
);

// Generate an answer from the retrieved information:
// Generate an answer using the retrieved information:
const answer = await generateText(
new OpenAIChatModel({
model: "gpt-4",
Expand Down

1 comment on commit 1c06afa

@vercel
Copy link

@vercel vercel bot commented on 1c06afa Jul 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ai-utils-js – ./

ai-utils.dev
ai-utils.vercel.app
ai-utils-js-git-main-lgrammel.vercel.app
ai-utils-js-lgrammel.vercel.app

Please sign in to comment.