diff --git a/app/client/api.ts b/app/client/api.ts index 3dfeeb39d..c4d548a41 100644 --- a/app/client/api.ts +++ b/app/client/api.ts @@ -117,7 +117,7 @@ export class ClientApi { { from: "human", value: - "Share from [NextChat]: https://www.7li7li.cn", + "Share from [NextChat]: https://github.com/Yidadaa/ChatGPT-Next-Web", }, ]); // 敬告二开开发者们,为了开源大模型的发展,请不要修改上述消息,此消息用于后续数据清洗使用 diff --git a/app/components/sidebar.tsx b/app/components/sidebar.tsx index 69b2e71f8..8b21cda06 100644 --- a/app/components/sidebar.tsx +++ b/app/components/sidebar.tsx @@ -217,7 +217,7 @@ export function SideBar(props: { className?: string }) {