Skip to content

Commit

Permalink
Fix prettier error. (#931)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgrammel authored Jan 25, 2024
1 parent b234974 commit ccc7a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/docs/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ We've written some code to get you started — follow the instructions below to

// Ask OpenAI for a streaming chat completion given the prompt
const response = await openai.chat.completions.create({
model: 'gpt-3.5-turbo',
model: 'gpt-3.5-turbo',
stream: true,
messages,
});
Expand Down

0 comments on commit ccc7a60

Please sign in to comment.