我弄的 poe-to-gpt 接口已经在其他地方测试可以正常使用了,但是在这个 nextchat 里始终用不上啊,非常奇怪。
客户端和网页端都是 Failed to fetch
网页本地是直接能访问的,chatbox 里使用正常,我想弄 web 端和家人一块用的,所以弄个网页版。
客户端和网页端都是 Failed to fetch
网页本地是直接能访问的,chatbox 里使用正常,我想弄 web 端和家人一块用的,所以弄个网页版。
1
stobacco Jan 4, 2025
是不是 api 没走 https ,nextchat 页面确是 https
|
3
glouhao OP @stobacco #1 OPTIONS /v1/chat/completions HTTP/1.0" 405 Method Not Allowed 这个 option 请求是浏览器自主发起的导致的错误,应该怎么避免呢?
|
4
glouhao OP 后端用的 poe-to-gpt 这个服务,他貌似不支持 OPTIONS 请求。
|
5
stobacco Jan 6, 2025
|