Skip to content

Commit

Permalink
Updates minimum versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dkastl committed Nov 18, 2024
1 parent 298a5f4 commit 2970f7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# Configure plugin settings with default values and a partial view for settings
settings(
default: {
'openai_model' => 'gpt-3.5-turbo',
'openai_model' => 'gpt-40-mini',
'max_tokens' => 1000,
'temperature' => 1.0,
'request_timeout' => 120,
Expand Down

0 comments on commit 2970f7c

Please sign in to comment.