nicepkg/aide

How to set `Doubao` model

Closed this issue · 2 comments

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

image

Your model name is incorrect,follow doubao document, it should be start with ep-xxx https://www.volcengine.com/docs/82379/1263482

Thanks🙏