mirror of
https://github.com/VinciGit00/Scrapegraph-ai.git
synced 2026-06-25 21:11:11 +08:00
Merge pull request #114 from VinciGit00/integration_claude
feat: add Claude integration
This commit is contained in:
commit
b79ef221a5
@ -32,11 +32,16 @@ models_tokens = {
|
||||
"mistral-openorca": 32000,
|
||||
"stablelm-zephyr": 8192
|
||||
},
|
||||
|
||||
"groq": {
|
||||
"llama3-8b-8192": 8192,
|
||||
"llama3-70b-8192": 8192,
|
||||
"mixtral-8x7b-32768": 32768,
|
||||
"gemma-7b-it": 8192,
|
||||
},
|
||||
"claude": {
|
||||
"claude_instant": 100000,
|
||||
"claude2": 9000,
|
||||
"claude2.1": 200000,
|
||||
"claude3": 200000
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user