WadeQAQ
WadeQAQ
> 您好 请问您能分享一下网站上的接口地址 模型名是怎么配置的吗 我用的火山方舟的DeepSeek-R1的api 但是一直没有办法对接上,我的配置如下: > >  错误如下: > > { > "error": { > "message": "Incorrect API key provided: 6d96da5a************************1e5e. You can find your API key at...
> 我先给个临时方案,直接改代码配置,能用model为bot开头的联网版。 文件路径:app/constant.ts 在ByteDance配置里的ChatPath,增加bots > > ``` > export const ByteDance = { > ExampleEndpoint: "https://ark.cn-beijing.volces.com/api/", > ChatPath: "api/v3/chat/completions", > }; > ``` > > 修改为: > > ``` >...