Skip to content

Commit 89a1f99

Browse files
committed
add lava integration for ollama
1 parent 5e1d5db commit 89a1f99

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scrapegraphai/helpers/models_tokens.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,14 @@
3131
"ollama": {
3232
"llama2": 4096,
3333
"llama3": 8192,
34+
"llava": 4096,
35+
"llava_next": 4096,
3436
"mistral": 8192,
3537
"codellama": 16000,
3638
"dolphin-mixtral": 32000,
3739
"mistral-openorca": 32000,
3840
"stablelm-zephyr": 8192,
39-
"nomic-embed-text":8192
41+
"nomic-embed-text": 8192
4042
},
4143
"groq": {
4244
"llama3-8b-8192": 8192,

0 commit comments

Comments
 (0)