Skip to content

Commit

Permalink
use gpt-4o
Browse files Browse the repository at this point in the history
  • Loading branch information
parterburn committed Dec 14, 2024
1 parent d452149 commit 6d5a754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/concerns/entry/ai_assistant.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# rubocop:disable Metrics/ModuleLength
class Entry
module AiAssistant
OPENAI_MODEL = "gpt-4o-mini".freeze
OPENAI_MODEL = "gpt-4o".freeze
OPENAI_TEMPERATURE = 0.85 # 0-1.0, higher = more creative
MAX_RESPONSE_TOKENS = 500

Expand Down

0 comments on commit 6d5a754

Please sign in to comment.