Spaces:
Runtime error
Runtime error
File size: 208 Bytes
442a1fe | 1 2 3 4 5 6 7 8 9 10 | import { ModelManagement } from '@/components/ServerSettings/ModelManagement';
export function ModelsTab() {
return (
<div className="h-full flex flex-col">
<ModelManagement />
</div>
);
}
|