Skip to content

Commit

Permalink
Use gpt-4o-mini
Browse files Browse the repository at this point in the history
  • Loading branch information
Biunovich committed Jul 22, 2024
1 parent 6ed4061 commit fac88c6
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-4o",
model="gpt-4o-mini",
messages=messages,
user=user_id
)
Expand Down

0 comments on commit fac88c6

Please sign in to comment.