Go to file
Wenjie Zhang b0d0a77af3 fix bug
2024-07-17 19:10:41 +08:00
src fix bug 2024-07-17 19:10:41 +08:00
web update 2024-07-17 18:52:20 +08:00
.gitignore update gitignore to ignore neo4j 2024-07-16 18:15:28 +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