Skip to content

Commit b79ef22

Browse files
authored
Merge pull request #114 from VinciGit00/integration_claude
feat: add Claude integration
2 parents ff7d12f + e0ffc83 commit b79ef22

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

scrapegraphai/helpers/models_tokens.py

+6-1
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,16 @@
3232
"mistral-openorca": 32000,
3333
"stablelm-zephyr": 8192
3434
},
35-
3635
"groq": {
3736
"llama3-8b-8192": 8192,
3837
"llama3-70b-8192": 8192,
3938
"mixtral-8x7b-32768": 32768,
4039
"gemma-7b-it": 8192,
4140
},
41+
"claude": {
42+
"claude_instant": 100000,
43+
"claude2": 9000,
44+
"claude2.1": 200000,
45+
"claude3": 200000
46+
}
4247
}

0 commit comments

Comments
 (0)