Skip to content

Commit

Permalink
Add more models
Browse files Browse the repository at this point in the history
  • Loading branch information
sanyakosivchuk committed Oct 21, 2024
1 parent a55aec5 commit 3a39719
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/rubyai/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ class Configuration
"gpt-4" => "gpt-4",
"gpt-4-32k" => "gpt-4-32k",
"gpt-3.5-turbo" => "gpt-3.5-turbo",
"text-davinci-003" => "text-davinci-003"
"text-davinci-003" => "text-davinci-003",
"gpt-4o-mini" => "gpt-4o-mini",
"o1-preview" => "o1-preview",
"o1-mini" => "o1-mini",
"gpt-4-turbo" => "gpt-4-turbo"
}

DEFAULT_MODEL = "gpt-3.5-turbo"
Expand Down

0 comments on commit 3a39719

Please sign in to comment.