Skip to content

Commit

Permalink
chore: migrate c121914yu to labring (labring#121)
Browse files Browse the repository at this point in the history
* chore: migrate c121914yu to labring

* style: delete unused files

About those files:
https://www.sulinehk.com/post/reasons-and-solutions-for-the-zone.identifier-file-appearing-in-wsl/
  • Loading branch information
moonrailgun authored Jul 13, 2023
1 parent 22a5dea commit 77dafe4
Show file tree
Hide file tree
Showing 24 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ Fast GPT 允许你使用自己的 openai API KEY 来快速的调用 openai 接

## 🌟 Star History

[![Star History Chart](https://api.star-history.com/svg?repos=c121914yu/FastGPT&type=Date)](https://star-history.com/#c121914yu/FastGPT&Date)
[![Star History Chart](https://api.star-history.com/svg?repos=labring/FastGPT&type=Date)](https://star-history.com/#labring/FastGPT&Date)
2 changes: 1 addition & 1 deletion client/public/docs/chatProblem.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### 常见问题

**Git 地址**: [项目地址,完全开源,随便用。](https://github.com/c121914yu/FastGPT)
**Git 地址**: [项目地址,完全开源,随便用。](https://github.com/labring/FastGPT)
**问题文档**: [先看文档,再提问](https://kjqvjse66l.feishu.cn/docx/HtrgdT0pkonP4kxGx8qcu6XDnGh)
**价格表**
如果使用了自己的 Api Key,网页上 openai 模型聊天不会计费。可以在账号页,看到详细账单。
Expand Down
2 changes: 1 addition & 1 deletion client/public/docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### 项目开源

FastGpt 项目完全开源,可随意私有化部署,去除平台风险忧虑。项目地址:[Git 仓库](https://github.com/c121914yu/FastGPT)
FastGpt 项目完全开源,可随意私有化部署,去除平台风险忧虑。项目地址:[Git 仓库](https://github.com/labring/FastGPT)

### 开始使用知识库

Expand Down
2 changes: 1 addition & 1 deletion client/public/docs/versionIntro.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

1. 新增 - 直接分段训练,可调节段落大小。
2. 优化 - tokens 计算性能。
3. 优化 - key 池管理,结合 one-api 项目,实现更方便的 key 池管理,具体参考[docker 部署 FastGpt](https://github.com/c121914yu/FastGPT/blob/main/docs/deploy/docker.md)
3. 优化 - key 池管理,结合 one-api 项目,实现更方便的 key 池管理,具体参考[docker 部署 FastGpt](https://github.com/labring/FastGPT/blob/main/docs/deploy/docker.md)
4. 新增 - V2 版 OpenAPI,可以在任意第三方套壳 ChatGpt 项目中直接使用 FastGpt 的应用,注意!是直接,不需要改任何代码。具体参考[API 文档中《在第三方应用中使用 FastGpt》](https://kjqvjse66l.feishu.cn/docx/DmLedTWtUoNGX8xui9ocdUEjnNh)
2 changes: 1 addition & 1 deletion client/src/components/Layout/navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ const Navbar = ({ unread }: { unread: number }) => {
<Box>
<Link
as={NextLink}
href="https://github.com/c121914yu/FastGPT"
href="https://github.com/labring/FastGPT"
target={'_blank'}
{...itemStyles}
color={'#9096a5'}
Expand Down
4 changes: 2 additions & 2 deletions client/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ const Home = () => {
useEffect(() => {
(async () => {
try {
const { data: git } = await axios.get('https://api.github.com/repos/c121914yu/FastGPT');
const { data: git } = await axios.get('https://api.github.com/repos/labring/FastGPT');
setStar(git.stargazers_count);
} catch (error) {}
})();
Expand Down Expand Up @@ -197,7 +197,7 @@ const Home = () => {
color: 'white'
}}
leftIcon={<MyIcon name={'git'} w={'20px'} />}
onClick={() => window.open('https://github.com/c121914yu/FastGPT', '_blank')}
onClick={() => window.open('https://github.com/labring/FastGPT', '_blank')}
>
Stars {(star / 1000).toFixed(1)}k
</Button>
Expand Down
2 changes: 1 addition & 1 deletion client/src/pages/tools/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const list = [
{
icon: 'git',
label: 'Git项目地址',
link: 'https://github.com/c121914yu/FastGPT'
link: 'https://github.com/labring/FastGPT'
}
];

Expand Down
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.

0 comments on commit 77dafe4

Please sign in to comment.