Skip to content

Commit

Permalink
Merge pull request #769 from ScrapeGraphAI/add-mistral-models
Browse files Browse the repository at this point in the history
feat: add new mistral models
  • Loading branch information
VinciGit00 authored Oct 27, 2024
2 parents eee131e + 6914170 commit 58bb0dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scrapegraphai/helpers/models_tokens.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,12 @@
"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,
Expand Down

0 comments on commit 58bb0dc

Please sign in to comment.