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 ff7d12f commit e0ffc83Copy full SHA for e0ffc83
scrapegraphai/helpers/models_tokens.py
@@ -32,11 +32,16 @@
32
"mistral-openorca": 32000,
33
"stablelm-zephyr": 8192
34
},
35
-
36
"groq": {
37
"llama3-8b-8192": 8192,
38
"llama3-70b-8192": 8192,
39
"mixtral-8x7b-32768": 32768,
40
"gemma-7b-it": 8192,
41
+ "claude": {
42
+ "claude_instant": 100000,
43
+ "claude2": 9000,
44
+ "claude2.1": 200000,
45
+ "claude3": 200000
46
+ }
47
}
0 commit comments