Spaces:
Runtime error
Runtime error
| import { ModelManagement } from '@/components/ServerSettings/ModelManagement'; | |
| export function ModelsTab() { | |
| return ( | |
| <div className="h-full flex flex-col"> | |
| <ModelManagement /> | |
| </div> | |
| ); | |
| } | |