Skip to content

Commit ac0a2e5

Browse files
committed
Update models_tokens.py
1 parent 5e1d5db commit ac0a2e5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

scrapegraphai/helpers/models_tokens.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"dolphin-mixtral": 32000,
3737
"mistral-openorca": 32000,
3838
"stablelm-zephyr": 8192,
39-
"nomic-embed-text":8192
39+
"nomic-embed-text": 8192
4040
},
4141
"groq": {
4242
"llama3-8b-8192": 8192,
@@ -69,5 +69,6 @@
6969
},
7070
"mistral": {
7171
"mistralai/Mistral-7B-Instruct-v0.2": 32000
72-
}
72+
},
73+
"hugging_face": {}
7374
}

0 commit comments

Comments
 (0)