Skip to content

Latest commit

 

History

History
 
 

streamlit-demo

启动方式

cd streamlit-demo
pip install -r requirements.txt
streamlit run streamlit_app.py

环境变量配置见 .env.example 使用时

cp .env.example .env

代码解释器(基于 ChatGLM3 模型)【测试版本】

ipython kernel install --name llm --user