remove 4o and 4o mini

This commit is contained in:
aakashb95
2025-12-17 17:48:42 +05:30
parent b31b220885
commit d421da3537
6 changed files with 188 additions and 196 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
require 'ruby_llm'
module Llm::Config
DEFAULT_MODEL = 'gpt-4o-mini'.freeze
DEFAULT_MODEL = 'gpt-4.1-mini'.freeze
class << self
def initialized?
@initialized ||= false