Be explicit about the model

This commit is contained in:
Jorge Manrubia
2025-05-15 21:55:32 +02:00
parent c12bf1301b
commit b079be8388
+1
View File
@@ -1,3 +1,4 @@
RubyLLM.configure do |config|
config.openai_api_key = Rails.application.credentials.openai_api_key
config.default_model = "gpt-4.1-nano"
end