We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e1d5db commit 89a1f99Copy full SHA for 89a1f99
scrapegraphai/helpers/models_tokens.py
@@ -31,12 +31,14 @@
31
"ollama": {
32
"llama2": 4096,
33
"llama3": 8192,
34
+ "llava": 4096,
35
+ "llava_next": 4096,
36
"mistral": 8192,
37
"codellama": 16000,
38
"dolphin-mixtral": 32000,
39
"mistral-openorca": 32000,
40
"stablelm-zephyr": 8192,
- "nomic-embed-text":8192
41
+ "nomic-embed-text": 8192
42
},
43
"groq": {
44
"llama3-8b-8192": 8192,
0 commit comments