vual
vual
> 有其他联系方式吗,TG群有没有 目前只有微信群。
是的。可以先试用。
> 阶段或调试时用到,编译部署后就可以不再用了。 改了VITE_GLOB_API_URL指向我自己的后端,docker打包部署,无效果,怎么解决?
> 因为鉴权有用到,你需要删除对应的代码。 改了VITE_GLOB_API_URL指向我自己的后端,docker打包部署,无效果,怎么解决?
> 解决方法: 打开如下文件: > > vim gpt4free/gpt4free/you/**init**.py > > 编辑代码,添加proxy: > > ``` > proxy='x.x.x.x:xxxx' > proxies = {'http': 'http://' + proxy, 'https': 'http://' + proxy} if proxy else {}...
me too,how to resolve this?
>  试试这样加,我这个不太好用 ,不知道是不是代理的国家有问题 为啥是127.0.0.1?,为啥是7890端口?不是很明白,是需要而外的代理软件吗?
> 7\. pip install llama-cpp-python==0.1.50 the same error,have you resolve it?
> Still its not working for me .. my system is centos 7..x86_64 and GCC is gcc (GCC) 11.2.1 20220127 (Red Hat 11.2.1-9) for python 3.10 env, pip install llama-cpp-python...
> What you need is to upgrade you gcc version to 11, do as follows: > > 1. remove old gcc > yum remove gcc yum remove gdb > 2....