This commit is contained in:
Sky 2024-11-20 13:27:35 +00:00
parent d6c3d3afdc
commit 98449320d6
2 changed files with 0 additions and 10 deletions

View File

@ -1679,7 +1679,6 @@ export function Settings() {
</List> </List>
<List id={SlotID.CustomModel}> <List id={SlotID.CustomModel}>
{saasStartComponent}
{accessCodeComponent} {accessCodeComponent}
{!accessStore.hideUserApiKey && ( {!accessStore.hideUserApiKey && (

View File

@ -306,15 +306,6 @@ export function SideBar(props: { className?: string }) {
/> />
</Link> </Link>
</div> </div>
<div className={styles["sidebar-action"]}>
<a href={REPO_URL} target="_blank" rel="noopener noreferrer">
<IconButton
aria={Locale.Export.MessageFromChatGPT}
icon={<GithubIcon />}
shadow
/>
</a>
</div>
</> </>
} }
secondaryAction={ secondaryAction={