Skip to content

Commit

Permalink
🚧 refactor: wip of refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Dec 25, 2024
1 parent 95248dc commit 0bda5ce
Show file tree
Hide file tree
Showing 54 changed files with 1,156 additions and 677 deletions.
6 changes: 3 additions & 3 deletions src/app/(main)/settings/hooks/useCategory.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ export const useCategory = () => {
},
showLLM && {
icon: <Icon icon={Brain} />,
key: SettingsTabs.LLM,
key: SettingsTabs.Provider,
label: (
<Link href={'/settings/llm'} onClick={(e) => e.preventDefault()}>
{t('tab.llm')}
<Link href={'/settings/provider'} onClick={(e) => e.preventDefault()}>
{t('tab.provider')}
</Link>
),
},
Expand Down
17 changes: 0 additions & 17 deletions src/app/(main)/settings/llm/ProviderList/OpenAI/index.tsx

This file was deleted.

106 changes: 0 additions & 106 deletions src/app/(main)/settings/llm/ProviderList/providers.tsx

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 0bda5ce

Please sign in to comment.