Merge pull request #347 from duke147/ernie
Some checks are pending
CodeQL / Analyze (python) (push) Waiting to run
/ build (3.10) (push) Waiting to run
Release / Build (push) Waiting to run
Release / Release (push) Blocked by required conditions

add the Ernie context window
This commit is contained in:
Marco Vinciguerra 2024-06-05 13:22:26 +02:00 committed by GitHub
commit 9ef73d7363
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -154,5 +154,15 @@ models_tokens = {
"deepseek": {
"deepseek-chat": 32768,
"deepseek-coder": 16384
},
"ernie": {
"ernie-bot-turbo": 4096,
"ernie-bot": 4096,
"ernie-bot-2": 4096,
"ernie-bot-2-base": 4096,
"ernie-bot-2-base-zh": 4096,
"ernie-bot-2-base-en": 4096,
"ernie-bot-2-base-en-zh": 4096,
"ernie-bot-2-base-zh-en": 4096,
}
}