Skip to content

Commit

Permalink
📝 example use 16k model
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannLai committed Jun 29, 2023
1 parent 83988a9 commit 38b194b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/webbrowser.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const main = async () => {

const getCompletion = async (messages) => {
const response = await openai.createChatCompletion({
model: "gpt-3.5-turbo-0613",
model: "gpt-3.5-turbo-16k",
messages,
functions: [webbrowserSchema, clockSchema],
temperature: 0,
Expand Down

0 comments on commit 38b194b

Please sign in to comment.