Commit Graph

6 Commits (801b1bb57690f0a99943f0a80c839b9ee120f3a7)

Author SHA1 Message Date
duzx16 5513dd7d2c Delete session_state show 2023-03-23 14:46:05 +08:00
AdamBear ee76342382 merge 2023-03-22 15:16:08 +08:00
AdamBear 5040849822 Merge branch 'master' of https://github.com/AdamBear/ChatGLM-6B 2023-03-22 15:13:22 +08:00
AdamBear ef6b3ff35e support stream chat 2023-03-22 15:11:21 +08:00
duzx16 f63af3515f Delete unused code
Fix model name
2023-03-17 23:02:44 +08:00
AdamBear 905aa26b91 Create web_demo2.py
Add a steamlit based demo web_demo2.py for better UI.
need to install streamlit and streamlit-chat component fisrt:
pip install streamlit
pip install streamlit-chat

then run with the following:
streamlit run web_demo2.py --server.port 6006
2023-03-17 10:32:06 +08:00