Jason Yu
Jason Yu
conda create -n chineseocr python=3.6 conda activate chineseocr pip install -r requirements.txt
Thanks alot. And you can update it in the [USAGE.md](https://github.com/myshell-ai/OpenVoice/blob/main/docs/USAGE.md)
我准备用本地素材(或者云OSS),自己指定素材来源。等我写好了看情况提PR,如果有什么规约规范可以讲一下我好注意一下
README里的`xixihahaliu01/qanything-linux:v1.5.1`是2.0的docker镜像么?
`docker compose logs -f` 在配置Remote API时没有任何新增日志 前端显示连接错误,发送的请求根本不是到后端的。已经重新编译过了
> 拉取最新的代码,重新编译镜像,再尝试一下 > > 可以在本地确认接口连接是否正常 > > ``` > curl --location 'http://{ip}:{port}/v1/chat/completions' \ > --header 'Content-Type: application/json' \ > --header 'Authorization: Bearer {api-key}' > --data-raw '{ > "messages": [ >...
上面说过了,服务器上直接curl到大模型供应商是没问题的,用的就是openai协议的接口 https://dashscope.aliyuncs.com/compatible-mode/v1/chat/completions https://dashscope.aliyuncs.com/compatible-mode/v1 https://openrouter.ai/api/v1/chat/completions https://openrouter.ai/api/v1
应该是前端的问题吧?/check接口为什么要去请求百炼呢? 即使我填openrouter也还是去请求百炼。 正常应该是发送到后端,再由后端发送到填的模型供应商那里吧?