/story-bot

Story robot based on LLM and Streamlit

Primary LanguagePython

Story robot based on LLM + Azure TTS, build by Streamlit, 基于 LLM 和 Azure TTS 的故事机器人,使用 Streamlit 搭建

  1. Install requirements
pip install -r requirements.txt
  1. Configure the environment and refresh the environment, make sure it's worked
export GLM_MODEL_TOKEN=xxxxx
  1. Run app
streamlit run app.py