mirror of
https://github.com/VinciGit00/Scrapegraph-ai.git
synced 2026-06-23 21:00:30 +08:00
Merge pull request #347 from duke147/ernie
add the Ernie context window
This commit is contained in:
commit
9ef73d7363
@ -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,
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user