Skip to content

Commit

Permalink
Update to GPT-4o-08-06 model
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher authored Aug 18, 2024
1 parent 4645f86 commit 49a1ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
}
]
client = openai.OpenAI(api_key=OPENAI_API_KEY)
completion = client.chat.completions.create(model="gpt-4o-2024-05-13", messages=messages)
completion = client.chat.completions.create(model="gpt-4o-2024-08-06", messages=messages)
summary = completion.choices[0].message.content.strip()
# Get the latest commit message
Expand Down

0 comments on commit 49a1ab1

Please sign in to comment.