Skip to content

Commit

Permalink
added OpenAI gpt-4o-mini support
Browse files Browse the repository at this point in the history
  • Loading branch information
embernet committed Jul 29, 2024
1 parent 5211cec commit 21be18a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion server/default_settings/model_settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,16 @@
"presencePenalty": 0,
"contextTokenSize": 128000,
"systemMessage": "You are a helpful advisor.",
"notes": "Points to the latest version of the gpt-4o (Omni) model. Cheaper and faster than gpt-4-turbo."
"notes": "Points to the latest version of the gpt-4o (Omni) model. OpenAI's high-intelligence flagship model for complex, multi-step tasks. GPT-4o is cheaper and faster than GPT-4 Turbo."
},
"gpt-4o-mini": {
"temperature": 0.7,
"topP": 1,
"frequencyPenalty": 0,
"presencePenalty": 0,
"contextTokenSize": 128000,
"systemMessage": "You are a helpful advisor.",
"notes": "Points to the latest version of the gpt-4o-mini. A lower-cost, intelligent, small model for fast, lightweight tasks. GPT-4o mini is cheaper and more capable than GPT-3.5 Turbo."
},
"gpt-4-turbo-preview": {
"temperature": 0.7,
Expand Down

0 comments on commit 21be18a

Please sign in to comment.