hfyydd

Results 12 comments of hfyydd

firefox is the same. all browsers can't login

I use insecure=True and It is ok now!

chatbot = Chatbot(email="", password="", **_insecure=True_**)

the chat.py needs some changes before it can be run. [on macbook air ](https://github.com/hfyydd/mlc-llm-chat-python)

@lucasjinreal go to the link and see the changes [chat.py on macbook air](https://github.com/hfyydd/mlc-llm-chat-python)

> 运行这个chatglm3_demo.py 报错。 是这个chatglm_cpp没有更新吗,今天刚安装的环境。 > > 2023-11-22 21:07:14.770 Uncaught app exception Traceback (most recent call last): File "/root/ts/lib/python3.11/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 534, in _run_script exec(code, module.**dict**) File "/root/chatglm.cpp/examples/chatglm3_demo.py", line 71, in class...