Results 16 comments of AndyX

> > i had the same problem using the latest docker version ,But when I turn off the CDN, there's no problem accessing the origin site directly > > I...

Same issue, WIndows 11, Nvidia 4090 │ I:\text-generation-webui\installer_files\env\Lib\contextlib.py:158 in __exit__ │ │ │ │ 157 try: │ │ ❱ 158 self.gen.throw(typ, value, traceback) │ │ 159 except StopIteration as exc:...

**Environment:** - Python version: [**3.11.8**] - text-generation-webui version: [**snapshot-2024-03-31**] - httpcore version [**1.0.5**] - httpx version [**0.27.0**] - OS: [Windows 11] The issue did not exist before updating the text-generation-webui...

Docker在你本机部署的的还是服务器部署? 如果是本机部署: 使用Win10客户端的话,自行检测一下你是否能链接到Google终结点。(大概率不通,需要魔法) 如果是服务器部署:服务器在国内吗?服务器的Docker直接配置了Endpoint吗?如果在国内并且配置了Endpoint的话的话大概率同上。 通常此类连接问题跟NextWeb无关,这应该不属于Bug,你需要先自查一下先。

> Anyways This bug can be easily fixed. However, I don't believe it will be merged into the main branch since the owner has made changes. It's really bad, the...

> > > Anyways This bug can be easily fixed. However, I don't believe it will be merged into the main branch since the owner has made changes. > >...

重复性问题,引用链接: https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/issues/4084 请在提问前确保你浏览了Issue列表中正在被报告的问题。

引用:https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/issues/4111 目前有一个解决方法,使用One-API作为中间层,可以匹配多个不同/相同的AI接入点: https://github.com/songquanpeng/one-api 一旦配置好之后,你只需要在ChatGPT-Next-Web选择相应的模型即可。

Same same... T_T Windows 11 with Python 3.11.4 is currently not supported. I tried to build it myself but encountered more errors: ``` running build_py running build_ext C:\Users\AndyX\AppData\Local\Temp\pip-build-env-b47ukrj_\overlay\Lib\site-packages\setuptools\command\editable_wheel.py:292: SetuptoolsDeprecationWarning: Customization...

> When I use OLLAMA_NUM_PARALLEL=4 OLLAMA_MAX_LOADED_MODELS=4 ollama serve Ollama responses so slow. how to fix it? Excessive PARALLEL might cause parts of the LLM to be split onto CPU load....