optimize structure

This commit is contained in:
JamesFlare1212
2024-04-13 07:57:05 -04:00
parent 5408adc0b9
commit 5619ea3b82
10 changed files with 42 additions and 157 deletions

View File

@@ -4,69 +4,30 @@ title: LLM 系列
# LLM 系列
{{< hint warning >}}
WIP - Working In Progress
{{< /hint >}}
## 前言
本页的主要目的是帮助各位快速定位到你们需要的内容。
## LLM
LLMLarge Language Model泛指大型语言模型如GPT-3、T5等。这些模型在自然语言处理领域有着广泛的应用如文本生成、对话系统等。比如Chatbot特化的ChatGPT就是LLM的一种。
## 目录
{{< columns >}}
- [LobeChat](lobechat/)
<--->
{{< /columns >}}
- [LobeChat - 一个支持GPT等LLM的Chatbot前端](lobechat)
## 社区贡献者
感谢对开源社区所做的贡献,他们在本资源库的建立中发挥了作用。
感谢对开源社区所做的贡献,以下人在本页的建立中发挥了作用。
{{< columns >}}
### 合计
- [James Zhou](/zh/posts/about/james-zhou/)
### 开发
### [LobeChat]({{< relref "/docs/tools/llms/lobechat" >}})
- [James Zhou](https://www.jamesflare.com)
<--->
### 板块
- [LobeChat]({{< relref "/docs/tools/llms/lobechat" >}})
- [James Zhou](https://www.jamesflare.com)
{{< /columns >}}
## 加入我们
你有两种贡献的方式,修正错误,以及完善内容。
[![SCDocs Git Card](https://github-readme-stats.jamesflare.com/api/pin/?username=JamesFlare1212&repo=SCDocs&theme=github_dark_dimmed&show_owner=true)](https://github.com/JamesFlare1212/SCDocs/)
如果你希望提交改动,请以[Pull Request](https://github.com/JamesFlare1212/SCDocs/pulls)的形式提出分支合并请求,而不是试图直接在主分支提交[Commit](https://github.com/JamesFlare1212/SCDocs/commits/master)。
### 修正错误
如需修正错误,你需要在本项目的仓库提出[Issue](https://github.com/JamesFlare1212/SCDocs/issues)。
在提交 **PR**[**P**ull **R**equest](https://github.com/JamesFlare1212/SCDocs/pulls))之前,我希望你充分在[Issue](https://github.com/JamesFlare1212/SCDocs/issues)中讨论。
### 完善内容
如果你想提出新的想法,我推荐你在[Discussions](https://github.com/JamesFlare1212/SCDocs/discussions)提出,然后进行讨论,而不是提出[Issue](https://github.com/JamesFlare1212/SCDocs/issues),因为这不是错误,而是改进。
如果你有不错的内容,或者知道优质的创作者,欢迎投稿。
## 评论
{{< comments >}}