carlye

Results 6 comments of carlye

> > > > @wjhtinger 国内运行是要代理的,可以用tunnel代理。 参考:[openai/openai-quickstart-node#79](https://github.com/openai/openai-quickstart-node/issues/79) > > > > > > > > > 我在windows上装的,windows有代理,可以访问外网,这样也不行? > > > > > > Axios which is used by Flowise does...

> > 哪个版本没有问题呀?我折腾好几天了 > > 我自己试了 [email protected]那个版本是没有问题的,往后的还没有试过,你可以试一试 我也下载了flowise1.2.1版本代码,yarn install yarn build yarn start以后依然访问会失败network error,我有梯子,直接访问openai的api可以访问。

找到办法了,已经解决。

> > 找到办法了,已经解决。 > > 您好 请问如何解决的可以讲一下吗 谢谢 我尝试给axios.create增加代理 但是无效 源码方式运行就是需要修改npm install之后的node_modules目录下openai目录下/dist/目录下的 base.js export const BASE_PATH = "https://api.openai.com/v1".replace(/\/+$/, ""); 找到这行,把BASE_PATH设置成梯子地址。 docker方式的,进入到docker容器里,找到lib下的node_modules下相同位置的文件。改的内容一样

> 梯子地址是什么意思? 参考这个 https://github.com/chatanywhere/GPT_API_free

> > > > 找到办法了,已经解决。 > > > > > > > > > 您好 请问如何解决的可以讲一下吗 谢谢 我尝试给axios.create增加代理 但是无效 > > > > > > 源码方式运行就是需要修改npm install之后的node_modules目录下openai目录下/dist/目录下的 base.js export const...