You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR do these things
- lint all code use `black` and `isort`
- delete all unused imports to make code clean
- use black in GItHub Actions
- add doc to these when contribute
@csunny
Copy file name to clipboardExpand all lines: README.md
+4
Original file line number
Diff line number
Diff line change
@@ -215,6 +215,10 @@ The achievements of this project are thanks to the technical community, especial
215
215
-[ChatGLM](https://github.com/THUDM/ChatGLM-6B) as the base model
216
216
-[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.
217
217
218
+
## Contribution
219
+
220
+
- Please run `black .` before submitting the code.
0 commit comments