mirror of
https://github.com/lobehub/lobehub.git
synced 2026-03-30 13:59:22 +07:00
♻️ refactor: delete /settings/newapi pages in nextjs build (#10278)
refactor: delete /settings/newapi pages in nextjs build
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import NewAPI from './newapi';
|
||||
import ProviderGrid from '../(list)/ProviderGrid';
|
||||
import Azure from './azure';
|
||||
import AzureAI from './azureai';
|
||||
@@ -38,6 +39,9 @@ const ProviderDetailPage = (props: { id?: string | null }) => {
|
||||
case 'ollama': {
|
||||
return <Ollama />;
|
||||
}
|
||||
case 'newapi': {
|
||||
return <NewAPI />;
|
||||
}
|
||||
case 'openai': {
|
||||
return <OpenAI />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user