mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-15 12:25:18 +00:00
Update __init__.py
This commit is contained in:
parent
927f124dca
commit
f50832e19b
1 changed files with 6 additions and 0 deletions
|
|
@ -52,4 +52,10 @@ MAX_TOKENS = {
|
||||||
'groq/llama-3.1-70b-versatile': 131072,
|
'groq/llama-3.1-70b-versatile': 131072,
|
||||||
'groq/llama-3.1-405b-reasoning': 131072,
|
'groq/llama-3.1-405b-reasoning': 131072,
|
||||||
'ollama/llama3': 4096,
|
'ollama/llama3': 4096,
|
||||||
|
'watsonx/meta-llama/llama-3-8b-instruct': 4096,
|
||||||
|
"watsonx/meta-llama/llama-3-70b-instruct": 4096,
|
||||||
|
"watsonx/meta-llama/llama-3-405b-instruct": 16384,
|
||||||
|
"watsonx/ibm/granite-13b-chat-v2": 8191,
|
||||||
|
"watsonx/ibm/granite-34b-code-instruct": 8191,
|
||||||
|
"watsonx/mistralai/mistral-large": 32768,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue