a simple chatbot based on llm and vectorstore
- [恒小小] 房地产销售话术
- [海棠] AI课程销售话术
- 通过 poetry 创建虚拟环境,并安装依赖包
poetry install
- 配置对应语言模型的环境变量
export OPENAI_API_KEY=xxxxxx
- 初始化本地数据库:
python aisay/init_db.py
- 启动web应用:
python aisay/app.py
- 打开浏览器访问:
http://127.0.0.1:7860