/v1/chat/completions 流式接口实现。若浏览器报 Failed to fetch,通常是中转没开 CORS。
cd /Users/wenlongshi/Desktop/code/apikeyTest && python3 -m http.server 8080,
然后访问 http://127.0.0.1:8080。
apitest.xinrong.site 上使用,保持“跨域请求时走本站代理”开启即可测试像 gmncode.cn 这类没开 CORS 的中转。