Skip to content

Commit 58bb0dc

Browse files
authored
Merge pull request #769 from ScrapeGraphAI/add-mistral-models
feat: add new mistral models
2 parents eee131e + 6914170 commit 58bb0dc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scrapegraphai/helpers/models_tokens.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,12 @@
8080
"llama3.2:1b": 128000,
8181
"scrapegraph": 8192,
8282
"mistral": 8192,
83+
"mistral-small": 128000,
84+
"mistral-openorca": 32000,
85+
"mistral-large": 128000,
8386
"grok-1": 8192,
8487
"llava": 4096,
8588
"mixtral:8x22b-instruct": 65536,
86-
"mistral-openorca": 32000,
8789
"nomic-embed-text": 8192,
8890
"nous-hermes2:34b": 4096,
8991
"orca-mini": 2048,

0 commit comments

Comments
 (0)