Skip to content

Commit

Permalink
update gpt model
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoWorms authored Mar 11, 2024
1 parent ff58de4 commit c5ed0bb
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-1106-preview",
model="gpt-4-turbo-preview",
temperature=0,
messages=messages,
)
Expand Down

0 comments on commit c5ed0bb

Please sign in to comment.