aichat 使用零一万物/智谱ai实现交互对话 以下命令完成克隆库 git clone https://github.com/123qwe-jl/aichat.git 使用pip下载相关包 pip install -r requirements.txt 使用streamlit完成交互式对话 streamlit run aichat.py 浏览器打开 Local URL: http://localhost:8501 Network URL: http://youripaddr:8501 如下