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 72ee93a commit 41ea3e0Copy full SHA for 41ea3e0
examples/local_models/smart_scraper_ollama.py
@@ -9,7 +9,7 @@
9
10
graph_config = {
11
"llm": {
12
- "model": "ollama/llama3",
+ "model": "ollama/llama3.1",
13
"temperature": 0,
14
"format": "json", # Ollama needs the format to be specified explicitly
15
# "base_url": "http://localhost:11434", # set ollama URL arbitrarily
scrapegraphai/helpers/models_tokens.py
@@ -51,6 +51,10 @@
51
"falcon": 2048,
52
"llama2": 4096,
53
"llama3": 8192,
54
+ "llama3:70b": 8192,
55
+ "llama3.1":128000,
56
+ "llama3.1:70b": 128000,
57
+ "lama3.1:405b": 128000,
58
"scrapegraph": 8192,
59
"llava": 4096,
60
"mixtral:8x22b-instruct": 65536,
0 commit comments