Update chatbot_ai.py

This commit is contained in:
yasirarism 2023-07-06 07:41:05 +07:00 committed by GitHub
parent 9cb6a7d77d
commit 0fb0918f10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,7 +60,7 @@ async def openai_chatbot(_, ctx: Message, strings):
answer = ""
try:
response = await openai.ChatCompletion.acreate(
model="gpt-3.5-turbo",
model="gpt-3.5-turbo-0613",
messages=[{"role": "user", "content": pertanyaan}],
temperature=0.7,
stream=True,