Skip to content

Commit

Permalink
oh it got cheaper now
Browse files Browse the repository at this point in the history
  • Loading branch information
catgirlinspace authored Jul 18, 2024
1 parent 4a6f54b commit e952c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion battles/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ def generate_battle_description(battle_id: int):
battle_dict = battle_to_gpt_dict(battle)
json_string = json.dumps(battle_dict, ensure_ascii=False)

completion = client.chat.completions.create(model="gpt-3.5-turbo-0613",
completion = client.chat.completions.create(model="gpt-4o-mini",
messages=[
{"role": "system", "content": GPT_PROMPT},
{"role": "user", "content": json_string},
Expand Down

0 comments on commit e952c3a

Please sign in to comment.