feat: add cluade integration

This commit is contained in:
VinciGit00 2024-04-30 10:08:54 +02:00
parent ff7d12f138
commit e0ffc838b0

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