mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
MistralAI: add devstral models
This commit is contained in:
@ -4429,6 +4429,8 @@ function getMistralMaxContext(model, isUnlocked) {
|
||||
'mistral-tiny-2312': 32768,
|
||||
'open-mistral-7b': 32768,
|
||||
'open-mixtral-8x7b': 32768,
|
||||
'devstral-small-2505': 131072,
|
||||
'devstral-small-latest': 131072,
|
||||
};
|
||||
|
||||
// Return context size if model found, otherwise default to 32k
|
||||
|
Reference in New Issue
Block a user