Skip to content

Commit

Permalink
Update openai model
Browse files Browse the repository at this point in the history
  • Loading branch information
MatheusRich committed Dec 6, 2024
1 parent ee47fc6 commit f0a9b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/gold_miner/blog_post/open_ai_writer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def summarize(gold_nugget)
def ask_openai(prompt)
response = @openai_client.chat(
parameters: {
model: "gpt-4o-mini",
model: "gpt-4o",
messages: [{role: "user", content: prompt.strip}],
temperature: 0
}
Expand Down

0 comments on commit f0a9b20

Please sign in to comment.