mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-11-17 13:43:42 +08:00
🐛 fix: ERNIE-Speed-128K model name error
This commit is contained in:
@@ -76,7 +76,7 @@ func (p *BaiduProvider) GetFullRequestURL(requestURL string, modelName string) s
|
||||
"ERNIE-4.0": "completions_pro",
|
||||
"ERNIE-3.5-8K": "completions",
|
||||
"ERNIE-Speed": "ernie_speed",
|
||||
"ERNIE-Speed-128K": "ernie_speed_128k",
|
||||
"ERNIE-Speed-128K": "ernie-speed-128k",
|
||||
"ERNIE-Lite-8K": "eb-instant",
|
||||
"ERNIE-Tiny-8K": "ernie-tiny-8k",
|
||||
"ERNIE-Functions-8K": "ernie-func-8k",
|
||||
|
||||
Reference in New Issue
Block a user