Use mini which works much better

This commit is contained in:
Jorge Manrubia
2025-07-18 05:11:19 +02:00
parent b30bc85f4e
commit 61dc39d158
+1 -1
View File
@@ -1,4 +1,4 @@
RubyLLM.configure do |config|
config.openai_api_key = Rails.application.credentials.openai_api_key || ENV["OPEN_AI_API_KEY"]
config.default_model = "gpt-4.1-nano"
config.default_model = "gpt-4.1-mini"
end