Skip to content

Commit

Permalink
Update translation script to use latest model
Browse files Browse the repository at this point in the history
  • Loading branch information
ryancooley committed Aug 23, 2024
1 parent 85ae548 commit ff32da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/translate.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def main():
while retry_count < max_retries:
try:
start_time = time.time()
response=client.chat.completions.create(model='gpt-4',
response=client.chat.completions.create(model='gpt-4o',
messages=[
{
"role": "user",
Expand Down

0 comments on commit ff32da9

Please sign in to comment.