mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-08-04 06:52:47 +00:00
🧮 chore: Update Gemma Context Token Defaults (#13410)
This commit is contained in:
parent
a16f08a425
commit
cb6bd71ab9
2 changed files with 41 additions and 1 deletions
|
|
@ -95,10 +95,19 @@ const cohereModels = {
|
|||
|
||||
const googleModels = {
|
||||
/* Max I/O is combined so we subtract the amount from max response tokens for actual total */
|
||||
gemma: 8196,
|
||||
gemma: 32768,
|
||||
'gemma-2': 32768,
|
||||
'gemma-3': 32768,
|
||||
'gemma-3-27b': 131072,
|
||||
'gemma4:31b': 256000,
|
||||
'gemma4-31b': 256000,
|
||||
'gemma-4-31b': 256000,
|
||||
'gemma4:26b': 256000,
|
||||
'gemma4-26b': 256000,
|
||||
'gemma-4-26b-a4b': 256000,
|
||||
'gemma-4-26b': 256000,
|
||||
gemma4: 128000,
|
||||
'gemma-4': 128000,
|
||||
gemini: 30720, // -2048 from max
|
||||
'gemini-pro-vision': 12288,
|
||||
'gemini-1.5': 1000000,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue