mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 00:40:14 +01:00
🚀 feat: gpt-4o (#2692)
* 🚀 feat: gpt-4o
* update readme.md
* feat: Add new test case for getMultiplier function
* feat: Refactor getMultiplier function to use valueKey variable
This commit is contained in:
parent
5920672a8c
commit
638ac5bba6
9 changed files with 32 additions and 8 deletions
|
|
@ -76,7 +76,7 @@ export const isImageVisionTool = (tool: FunctionTool | FunctionToolCall) =>
|
|||
|
||||
export const openAISettings = {
|
||||
model: {
|
||||
default: 'gpt-3.5-turbo',
|
||||
default: 'gpt-4o',
|
||||
},
|
||||
temperature: {
|
||||
min: 0,
|
||||
|
|
@ -211,7 +211,7 @@ export enum EAgent {
|
|||
|
||||
export const agentOptionSettings = {
|
||||
model: {
|
||||
default: 'gpt-4-turbo',
|
||||
default: 'gpt-4o',
|
||||
},
|
||||
temperature: {
|
||||
min: 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue