chore: Switch models to gpt-4o (#9458)
- Switch model to gpt-4o from gpt-4-turbo
This commit is contained in:
@@ -4,7 +4,7 @@ class ChatGpt
|
||||
end
|
||||
|
||||
def initialize(context_sections = '')
|
||||
@model = 'gpt-4-0125-preview'
|
||||
@model = 'gpt-4o'
|
||||
@messages = [system_message(context_sections)]
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user