Skip to content

Commit 33313d5

Browse files
authored
Merge pull request #143 from darvat/main
fix: Update models_tokens.py with ollama/nomic-embed-text
2 parents af437b1 + 1630c66 commit 33313d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scrapegraphai/helpers/models_tokens.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
"codellama": 16000,
3636
"dolphin-mixtral": 32000,
3737
"mistral-openorca": 32000,
38-
"stablelm-zephyr": 8192
38+
"stablelm-zephyr": 8192,
39+
"nomic-embed-text":8192
3940
},
4041
"groq": {
4142
"llama3-8b-8192": 8192,

0 commit comments

Comments
 (0)