Skip to content

Commit

Permalink
feat: update gpt model in news module to gpt 4o mini
Browse files Browse the repository at this point in the history
  • Loading branch information
kowyo authored Jul 19, 2024
1 parent 47e2fce commit 89d651f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/gen_news.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def generate_summary(report_text):
openai.default_headers = {"x-foo": "true"}
try:
completion = openai.chat.completions.create(
model="gpt-3.5-turbo",
model="gpt-4o-mini",
messages=[
{
"role": "system",
Expand Down

0 comments on commit 89d651f

Please sign in to comment.