Merge pull request #769 from ScrapeGraphAI/add-mistral-models

feat: add new mistral models
This commit is contained in:
Marco Vinciguerra 2024-10-27 10:22:11 +01:00 committed by GitHub
commit 58bb0dccfa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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