How to set `Doubao` model
Closed this issue · 2 comments
kurorinto commented
My settings is as follows:
{
"aide.openaiBaseUrl": "https://ark.cn-beijing.volces.com/api/v3",
"aide.openaiModel": "Doubao-pro-128k/240628",
"aide.openaiKey": "my-doubao-apikey"
}
But is don't work, the error message
is
404 The request targeted an endpoint that does not exist or is invalid. Request id:
02172282444093840571e3ce5f26177b37c29bf9d076c3b40a73e
2214962083 commented
Your model name is incorrect,follow doubao document, it should be start with ep-xxx
https://www.volcengine.com/docs/82379/1263482
kurorinto commented
Thanks🙏