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.
2 parents 8c7c3e3 + 019b722 commit f6442ccCopy full SHA for f6442cc
.gitignore
@@ -36,3 +36,4 @@ poetry.lock
36
# lock files
37
*.lock
38
poetry.lock
39
+
scrapegraphai/helpers/models_tokens.py
@@ -32,6 +32,8 @@
32
"ollama": {
33
"llama2": 4096,
34
"llama3": 8192,
35
+ "llava": 4096,
+ "llava_next": 4096,
"mistral": 8192,
"codellama": 16000,
"dolphin-mixtral": 32000,
0 commit comments