Yutao Wu

Results 2 comments of Yutao Wu

UserWarning: This overload of add_ is deprecated: add_(Number alpha, Tensor other) Consider using one of the following signatures instead: add_(Tensor other, *, Number alpha) (Triggered internally at ..\torch\csrc\utils\python_arg_parser.cpp:882.) next_m.mul_(beta1).add_(1 -...

> 大佬,跑通了,呵呵!代码问题! 1.可能是我 `npm install` 之后,直接调试,导致不知名的错误,应该重启电脑,现开启前端,再开启后端。 2.易错的点是KEY,我是买的第三方的key, proxy代理,应该在您 openai.api_base 里面设置,而不是 openai.proxy里面设置。 3.关于clear 按钮,功能没问题,我理解错了,当我跑通了才知道他的作用,他是清理下面的显示,而不是清理输入框的信息。谢谢大佬回复,让我排除了问题! 大佬,您的proxy怎么成功的?openai.api_base = "这里要填什么呀?" #或者利用反向代理openai.com(代理获取:https://github.com/justjavac/openai-proxy (注释掉上面那句代码) 反向代理那个教程我只在deno 弄了一个域名,openai api的key我申请了,但是布吉岛怎么用,是填到df_access = []里面吗?(为啥列表要分成两块?) ![Snipaste_2024-05-03_11-10-08](https://github.com/cocacola-lab/ChatIE/assets/60177366/52568b87-d96d-483d-bf50-4d9d57bca87f) ![Snipaste_2024-05-03_11-10-46](https://github.com/cocacola-lab/ChatIE/assets/60177366/239e4d22-97cf-41b0-b4a8-9ad59f2f4022) 您整体的流程是咋样的?我到现在还是跑不起来作者的这个项目