Skip to content

Commit

Permalink
chore: fix lint (style after a recent change) (#513)
Browse files Browse the repository at this point in the history
  • Loading branch information
trentm authored Jan 7, 2025
1 parent 96bf807 commit 441445b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ async function main() {
const messages = [
{
role: 'user',
content:
'Answer in up to 3 words: Which ocean contains Bouvet Island?',
content: 'Answer in up to 3 words: Which ocean contains Bouvet Island?',
},
];
const chatCompletion = await client.chat.completions.create({
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ async function main() {
messages: [
{
role: 'user',
content:
'Answer in up to 3 words: Which ocean contains Bouvet Island?',
content: 'Answer in up to 3 words: Which ocean contains Bouvet Island?',
},
],
stream: true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ async function main() {
messages: [
{
role: 'user',
content:
'Answer in up to 3 words: Which ocean contains Bouvet Island?',
content: 'Answer in up to 3 words: Which ocean contains Bouvet Island?',
},
],
stream: true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ async function main() {
messages: [
{
role: 'user',
content:
'Answer in up to 3 words: Which ocean contains Bouvet Island?',
content: 'Answer in up to 3 words: Which ocean contains Bouvet Island?',
},
],
stream: true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ async function main() {
messages: [
{
role: 'user',
content:
'Answer in up to 3 words: Which ocean contains Bouvet Island?',
content: 'Answer in up to 3 words: Which ocean contains Bouvet Island?',
},
],
stream: true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ async function main() {
messages: [
{
role: 'user',
content:
'Answer in up to 3 words: Which ocean contains Bouvet Island?',
content: 'Answer in up to 3 words: Which ocean contains Bouvet Island?',
},
],
stream: true,
Expand Down

0 comments on commit 441445b

Please sign in to comment.