Skip to content

Commit

Permalink
chore: remove ai capability
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshinesmilelk committed Feb 7, 2025
1 parent 3128d95 commit 273c225
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions packages/libro-lab/src/module.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
import { LibroAINativeModule } from '@difizen/libro-ai-native';
// import { LibroAINativeModule } from '@difizen/libro-ai-native';
import { LibroAppModule } from '@difizen/libro-app';
import { FileView, LibroJupyterModule } from '@difizen/libro-jupyter';
import { langBundles } from '@difizen/libro-l10n';
import { LibroPromptCellModule } from '@difizen/libro-prompt-cell';
import { LibroSqlCellModule } from '@difizen/libro-sql-cell';
import { TerminalModule } from '@difizen/libro-terminal';
import { CommonWidgetsModule } from '@difizen/libro-widget';
import {
ManaModule,
createSlotPreference,
Expand All @@ -14,6 +8,12 @@ import {
HeaderArea,
} from '@difizen/libro-common/app';
import { l10n } from '@difizen/libro-common/l10n';
import { FileView, LibroJupyterModule } from '@difizen/libro-jupyter';
import { langBundles } from '@difizen/libro-l10n';
import { LibroPromptCellModule } from '@difizen/libro-prompt-cell';
import { LibroSqlCellModule } from '@difizen/libro-sql-cell';
import { TerminalModule } from '@difizen/libro-terminal';
import { CommonWidgetsModule } from '@difizen/libro-widget';

import { LibroLabHeaderMenuModule } from './command/module.js';
import { LabConfigAppContribution } from './config/config-contribution.js';
Expand Down Expand Up @@ -135,6 +135,6 @@ export const LibroLabModule = ManaModule.create()
TerminalModule,
ImageViewerModule,
CodeEditorViewerModule,
LibroAINativeModule,
// LibroAINativeModule,
LibroAppModule,
);

0 comments on commit 273c225

Please sign in to comment.