feat: add new mistral models

This commit is contained in:
Marco Vinciguerra 2024-10-26 16:07:43 +02:00
parent eee131e959
commit 6914170890

View File

@ -80,10 +80,12 @@ models_tokens = {
"llama3.2:1b": 128000, "llama3.2:1b": 128000,
"scrapegraph": 8192, "scrapegraph": 8192,
"mistral": 8192, "mistral": 8192,
"mistral-small": 128000,
"mistral-openorca": 32000,
"mistral-large": 128000,
"grok-1": 8192, "grok-1": 8192,
"llava": 4096, "llava": 4096,
"mixtral:8x22b-instruct": 65536, "mixtral:8x22b-instruct": 65536,
"mistral-openorca": 32000,
"nomic-embed-text": 8192, "nomic-embed-text": 8192,
"nous-hermes2:34b": 4096, "nous-hermes2:34b": 4096,
"orca-mini": 2048, "orca-mini": 2048,