Update README.md

This commit is contained in:
Wenjie Zhang 2024-10-22 19:23:00 +08:00 committed by GitHub
parent 4a682e5107
commit da76ca4789
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,10 @@
提供 API 服务商的 API_KEY并放置在 `src/.env` 文件中,参考 `src/.env.template`。默认使用的是智谱AI。需要配置 `ZHIPUAI_API_KEY=<ZHIPUAI_API_KEY>`
## 目前已知 Bug
- [ ] refs 获取存在问题
- [ ] 模型切换存在问题
## Dockers 启动
@ -78,4 +81,4 @@ docker pull m.daocloud.io/docker.io/library/neo4j:latest
# 然后重命名镜像
docker tag m.daocloud.io/docker.io/library/neo4j:latest neo4j:latest
```
```