mirror of
https://github.com/VinciGit00/Scrapegraph-ai.git
synced 2026-07-06 21:11:37 +08:00
chore(models_tokens): add mistral models
This commit is contained in:
parent
8eb66f6e22
commit
5e824327c3
@ -146,7 +146,14 @@ models_tokens = {
|
|||||||
"cohere.embed-multilingual-v3": 512
|
"cohere.embed-multilingual-v3": 512
|
||||||
},
|
},
|
||||||
"mistral": {
|
"mistral": {
|
||||||
"mistralai/Mistral-7B-Instruct-v0.2": 32000
|
"mistral-large-latest": 128000,
|
||||||
|
"open-mistral-nemo": 128000,
|
||||||
|
"codestral-latest": 32000,
|
||||||
|
"mistral-embed": 8000,
|
||||||
|
"open-mistral-7b": 32000,
|
||||||
|
"open-mixtral-8x7b": 32000,
|
||||||
|
"open-mixtral-8x22b": 64000,
|
||||||
|
"open-codestral-mamba": 256000
|
||||||
},
|
},
|
||||||
"hugging_face": {
|
"hugging_face": {
|
||||||
"xai-org/grok-1": 8192,
|
"xai-org/grok-1": 8192,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user