Go to file
2024-07-18 02:47:41 +08:00
src some little details and change default qianfan model from erine_lit_8k to erine_speed 2024-07-18 02:47:41 +08:00
web update meta infos 2024-07-18 02:46:58 +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