Skip to content

Commit

Permalink
Adicionado gpt-4 mini como default da OpenaI
Browse files Browse the repository at this point in the history
  • Loading branch information
rrg92 committed Jul 19, 2024
1 parent 7a70df7 commit bc57deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion powershai/powershai.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ if(!$Global:POWERSHAI_SETTINGS){
openai = @{
RequireToken = $true
DefaultUrl = "https://api.openai.com/v1"
DefaultModel = "gpt-3.5-turbo"
DefaultModel = "gpt-4o-mini"
}

ollama = @{
Expand Down

0 comments on commit bc57deb

Please sign in to comment.