应用地址(可能会无法使用, 需要点击激活)
-
Install the requirements
$ pip install -r requirements.txt
-
run bge-m3 model service
(注意修改自己的配置)
.streamlit
cp secrets.toml.example secrets.toml # 内置token 参见 https://github.com/popjane/free_chatgpt_api
run 模型服务
$ pip install -r model_requirements.txt $ python run_correct_service.py
-
Run the app
$ streamlit run streamlit_app.py
以上demo并不能直接应用到生产环境, 只是作为实现的参考。