Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeSamkharadze committed Nov 21, 2023
1 parent a0f8cdd commit 0cc215a
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 @@ -24,7 +24,7 @@ const openai = new OpenAI({
async function main() {
const chatCompletion = await openai.chat.completions.create({
messages: [{ role: 'user', content: 'Say this is a test' }],
// model: 'gpt-3.5-turbo', Optional argument, router chooses the best model for you
// model: 'gpt-3.5-turbo', // Optional argument, router chooses the best model for you
});
}

Expand Down

0 comments on commit 0cc215a

Please sign in to comment.