Skip to content

Commit

Permalink
Merge pull request #22 from alexshapalov/remove-outdated-versions
Browse files Browse the repository at this point in the history
Remove outdated gpt models
  • Loading branch information
alexshapalov authored Oct 21, 2024
2 parents 7faeb6d + f0dd1a6 commit 7d75d20
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/rubyai/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@ class Configuration

MODELS = {
"gpt-4" => "gpt-4",
"gpt-4-0314" => "gpt-4-0314",
"gpt-4-32k" => "gpt-4-32k",
"gpt-3.5-turbo" => "gpt-3.5-turbo",
"gpt-3.5-turbo-0301" => "gpt-3.5-turbo-0301",
"text-davinci-003" => "text-davinci-003"
}

Expand Down

0 comments on commit 7d75d20

Please sign in to comment.