Skip to content

Commit

Permalink
Use gpt-4o
Browse files Browse the repository at this point in the history
  • Loading branch information
Biunovich committed May 14, 2024
1 parent 98b8951 commit 6ed4061
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 @@ -80,7 +80,7 @@ async def process_message(context: ContextTypes.DEFAULT_TYPE):
return
try:
response = await openai_client.chat.completions.create(
model="gpt-4-turbo",
model="gpt-4o",
messages=messages,
user=user_id
)
Expand Down

0 comments on commit 6ed4061

Please sign in to comment.