Update models_tokens.py

This commit is contained in:
VinciGit00 2024-05-06 13:29:31 +02:00
parent 5e1d5db6da
commit ac0a2e52fb

View File

@ -36,7 +36,7 @@ models_tokens = {
"dolphin-mixtral": 32000,
"mistral-openorca": 32000,
"stablelm-zephyr": 8192,
"nomic-embed-text":8192
"nomic-embed-text": 8192
},
"groq": {
"llama3-8b-8192": 8192,
@ -69,5 +69,6 @@ models_tokens = {
},
"mistral": {
"mistralai/Mistral-7B-Instruct-v0.2": 32000
}
},
"hugging_face": {}
}