Skip to content

Commit

Permalink
Merge pull request #16 from MarcoWorms/patch-1
Browse files Browse the repository at this point in the history
Update bot.py
  • Loading branch information
Ninjagod1251 committed Apr 10, 2024
2 parents c5ed0bb + 811f68d commit f7c2212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def preaudit(update: Update, context: CallbackContext) -> None:
]

openai_response = openai.chat.completions.create(
model="gpt-4-turbo-preview",
model="gpt-4-turbo",
temperature=0,
messages=messages,
)
Expand Down

0 comments on commit f7c2212

Please sign in to comment.