Go to file
2024-07-14 21:44:59 +08:00
src Merge branch 'main' of https://github.com/xerrors/ProjectAthena into dev 2024-07-14 21:44:59 +08:00
web UI重构以及历史问答bug修复 2024-07-14 16:42:38 +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 UI重构以及历史问答bug修复 2024-07-14 16:42:38 +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