AIchat/README.md

441 B
Raw Permalink Blame History

pip install python-dotenv

AIchat/ ├── main.py #主要功能程序 ├── gui.py #gui程序主程序从这里执行 ├── app.py #废弃的网页服务 ├── static/ │ └── audio/ #音频文件 ├── templates/ │ ├── index.html #废弃的网页模板 ├── venv/ #虚拟环境 ├── README.md ├── requirements.txt ├──conversation.db #聊天记录数据库