1 Star 0 Fork 1

壹把长刀/ChatGLM3

forked from JSJ/ChatGLM3 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
update_requirements.sh 152 Bytes
一键复制 编辑 原始数据 按行查看 历史
zR 提交于 2023-12-29 15:24 . 更新OpenAI demo (#669)
#!/bin/bash
python -m pip install --upgrade pip
while read requirement; do
python -m pip install --upgrade "$requirement"
done < requirements.txt
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wxun/ChatGLM3.git
git@gitee.com:wxun/ChatGLM3.git
wxun
ChatGLM3
ChatGLM3
main

搜索帮助