doc: add Contribution guide

This commit is contained in:
yihong0618 2023-05-24 18:53:16 +08:00
parent 8fc736f6c8
commit 2ee4a25af4
2 changed files with 8 additions and 0 deletions

View File

@ -215,6 +215,10 @@ The achievements of this project are thanks to the technical community, especial
- [ChatGLM](https://github.com/THUDM/ChatGLM-6B) as the base model
- [llama_index](https://github.com/jerryjliu/llama_index) for enhancing database-related knowledge using [in-context learning](https://arxiv.org/abs/2301.00234) based on existing knowledge bases.
## Contribution
- Please run `black .` before submitting the code.
<!-- GITCONTRIBUTOR_START -->
## Contributors

View File

@ -218,6 +218,10 @@ python tools/knowledge_init.py
- [ChatGLM](https://github.com/THUDM/ChatGLM-6B) 基础模型
- [llama-index](https://github.com/jerryjliu/llama_index) 基于现有知识库进行[In-Context Learning](https://arxiv.org/abs/2301.00234)来对其进行数据库相关知识的增强。
# 贡献
- 提交代码前请先执行 `black .`
<!-- GITCONTRIBUTOR_START -->
## 贡献者