mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 08:50:15 +01:00
🤖 feat: Support new o1 model (#5039)
This commit is contained in:
parent
f873587e5f
commit
d68c874db4
3 changed files with 35 additions and 4 deletions
|
|
@ -2,7 +2,7 @@ const z = require('zod');
|
|||
const { EModelEndpoint } = require('librechat-data-provider');
|
||||
|
||||
const openAIModels = {
|
||||
o1: 127500, // -500 from max
|
||||
o1: 195000, // -5000 from max
|
||||
'o1-mini': 127500, // -500 from max
|
||||
'o1-preview': 127500, // -500 from max
|
||||
'gpt-4': 8187, // -5 from max
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue