mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-20 10:20:15 +01:00
🦙 feat: Add LLama 3 System Context Length (#2938)
This commit is contained in:
parent
f9a0166352
commit
8939d8af37
2 changed files with 14 additions and 0 deletions
|
|
@ -59,6 +59,8 @@ const openAIModels = {
|
|||
'gpt-3.5-turbo-1106': 16375, // -10 from max
|
||||
'gpt-3.5-turbo-0125': 16375, // -10 from max
|
||||
'mistral-': 31990, // -10 from max
|
||||
llama3: 8187, // -5 from max
|
||||
'llama-3': 8187, // -5 from max
|
||||
};
|
||||
|
||||
const cohereModels = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue