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
| Name | Name | Last commit date | ||
|---|---|---|---|---|
a simple chatbot based on llm and vectorstore
poetry installexport OPENAI_API_KEY=xxxxxxpython aisay/init_db.pypython aisay/app.py