Skip to content

Commit

Permalink
Improve gpt-4o model in Blackbox provider
Browse files Browse the repository at this point in the history
  • Loading branch information
XInTheDark committed Oct 9, 2024
1 parent 3f008bf commit ec8e59e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/api/Providers/blackbox.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ const userSelectedModelConfig = {
const paramOverrides = {
"gpt-4o": {
maxTokens: 4096,
playgroundTemperature: null,
playgroundTopP: null,
// playgroundTemperature: null,
// playgroundTopP: null,
},
"claude-3.5-sonnet": {
maxTokens: 8192,
Expand Down

0 comments on commit ec8e59e

Please sign in to comment.