From 47fe06f79d28a65d06e92b5d062467b294ce1843 Mon Sep 17 00:00:00 2001 From: Mehdi Baneshi Date: Fri, 17 Nov 2023 05:45:47 +0330 Subject: [PATCH] Update README.English.md Change the reference section, add link for easy access to the resource --- docs/README.English.md | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/docs/README.English.md b/docs/README.English.md index d0f3e4a..f5632f3 100644 --- a/docs/README.English.md +++ b/docs/README.English.md @@ -326,25 +326,26 @@ You can change the theme by modifying the `THEME` option (config.py). 1. `master` branch: Main branch, stable version 2. `frontier` branch: Development branch, test version +*** + ### V: References and Learning -``` + The code references the designs of many other excellent projects, in no particular order: -# THU ChatGLM2-6B: -https://github.com/THUDM/ChatGLM2-6B +[THU ChatGLM2-6B](https://github.com/THUDM/ChatGLM2-6B) -# THU JittorLLMs: -https://github.com/Jittor/JittorLLMs -# ChatPaper: -https://github.com/kaixindelele/ChatPaper +[THU JittorLLMs](https://github.com/Jittor/JittorLLMs) -# Edge-GPT: -https://github.com/acheong08/EdgeGPT -# ChuanhuChatGPT: -https://github.com/GaiZhenbiao/ChuanhuChatGPT +[ChatPaper](https://github.com/kaixindelele/ChatPaper) + + +[Edge-GPT](https://github.com/acheong08/EdgeGPT) + + +[ChuanhuChatGPT](https://github.com/GaiZhenbiao/ChuanhuChatGPT)