Skip to content

Commit

Permalink
Support for o3-mini + swap o1 off preview
Browse files Browse the repository at this point in the history
  • Loading branch information
ksylvest committed Jan 31, 2025
1 parent 0e483b5 commit a1642c3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
omniai-openai (1.9.2)
omniai-openai (1.9.3)
event_stream_parser
omniai
zeitwerk
Expand Down
3 changes: 2 additions & 1 deletion lib/omniai/openai/chat.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ module Model
GPT_4_TURBO = "gpt-4-turbo"
GPT_3_5_TURBO = "gpt-3.5-turbo"
O1_MINI = "o1-mini"
O3_MINI = "o3-mini"
O1_PREVIEW = "o1-preview"
O1 = O1_PREVIEW
O1 = "o1"
end

DEFAULT_MODEL = Model::GPT_4O
Expand Down
2 changes: 1 addition & 1 deletion lib/omniai/openai/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module OmniAI
module OpenAI
VERSION = "1.9.2"
VERSION = "1.9.3"
end
end

0 comments on commit a1642c3

Please sign in to comment.