Go to file
2024-07-16 18:14:49 +08:00
src add database api and front-end pages 2024-07-16 18:14:27 +08:00
web add database api and front-end pages 2024-07-16 18:14:27 +08:00
.gitignore oneke update [未验证] 2024-07-14 18:31:23 +08:00
README.md support for knowledge base RAG and fix UI bug 2024-07-09 05:04:20 +08:00
run.sh update script 2024-07-16 18:14:49 +08:00

Project: Athena

home

准备

  1. 提供 API 服务商的 API_KEY并放置在 src/.env 文件中,参考 src/.env.template。默认使用的是智谱AI。
  2. 配置 python 环境 pip install -r src/requirements.txt

启动命令行模式

cd src
python cli.py

启动网页模式

cd web
npm install
npm run server

cd src
python api.py