zhangchao
Results
2
comments of
zhangchao
> > 同样的问题,使用env进行配置时,向量化时返回的错误时401, provider: siliconcloud, 但如果通过webui配置openai key为对应的SILICONCLOUD_API_KEY, 向量化返回的错误是413, 可判断出来embedding model是用了siliconcloud,但是key还是用的openai key... > > 关键的env配置如下 > > ``` > > SILICONCLOUD_API_KEY=sk-xxxxxxxxxxxx > > SILICONCLOUD_PROXY_URL=https://api.siliconflow.cn/v1/ > > DEFAULT_FILES_CONFIG=embedding_model=siliconcloud/netease-youdao/bce-embedding-base_v1 > > ``` >...