Skip to content

Commit

Permalink
🐛 bump to gpt-3.5-turbo-16k
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannLai committed Jul 25, 2023
1 parent a230f17 commit d630c36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/openaiAPI/createChatCompletion.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export async function createChatCompletion(options: { [x: string]: any; messages
},
method: 'POST',
body: JSON.stringify({
model: "gpt-3.5-turbo",
model: "gpt-3.5-turbo-16k",
...fetchOptions,
stream: true,
}),
Expand Down

0 comments on commit d630c36

Please sign in to comment.