Merge pull request #114 from VinciGit00/integration_claude

feat: add Claude integration
This commit is contained in:
Marco Vinciguerra 2024-04-30 10:12:15 +02:00 committed by GitHub
commit b79ef221a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
}
}