Skip to content

Commit

Permalink
upping to 16k token GPT-3.5 turbo model which is still very cheap for…
Browse files Browse the repository at this point in the history
… main answers
  • Loading branch information
michaelneale committed Aug 17, 2023
1 parent 2fe9e9c commit 377b387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def stream():
yield 'data: Sorry, I don\'t know about that topic. Please try again.\n\n'
return
completion = openai.ChatCompletion.create(
model="gpt-3.5-turbo",
model="gpt-3.5-turbo-16k",
messages=messages,
stream=True
)
Expand Down

0 comments on commit 377b387

Please sign in to comment.