Go to file
2024-07-07 17:21:07 +08:00
src add wenxin support and fix double-predict bugs 2024-07-07 17:21:07 +08:00
web first commit: chat support deepseek, zhipu 2024-07-07 01:58:23 +08:00
.gitignore add wenxin support and fix double-predict bugs 2024-07-07 17:21:07 +08:00
README.md fix 2024-07-07 02:04:19 +08:00

Project: Athena

准备

  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