Skip to content

Commit

Permalink
chore: deprecate cortex init
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-menlo committed Jul 11, 2024
1 parent d2332da commit 25c6353
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 73 deletions.
2 changes: 0 additions & 2 deletions cortex-js/src/command.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { CortexModule } from './usecases/cortex/cortex.module';
import { ServeCommand } from './infrastructure/commanders/serve.command';
import { ModelsCommand } from './infrastructure/commanders/models.command';
import { ExtensionModule } from './infrastructure/repositories/extensions/extension.module';
import { InitCommand } from './infrastructure/commanders/init.command';
import { HttpModule } from '@nestjs/axios';
import { InitRunModeQuestions } from './infrastructure/commanders/questions/init.questions';
import { ModelListCommand } from './infrastructure/commanders/models/model-list.command';
Expand Down Expand Up @@ -76,7 +75,6 @@ import { EnginesInitCommand } from './infrastructure/commanders/engines/engines-
ModelsCommand,
ServeCommand,
ChatCommand,
InitCommand,
PSCommand,
KillCommand,
PresetCommand,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { RootCommand, CommandRunner } from 'nest-commander';
import { ServeCommand } from './serve.command';
import { ChatCommand } from './chat.command';
import { ModelsCommand } from './models.command';
import { InitCommand } from './init.command';
import { RunCommand } from './shortcuts/run.command';
import { ModelPullCommand } from './models/model-pull.command';
import { PSCommand } from './ps.command';
Expand All @@ -24,7 +23,6 @@ import { ConfigsCommand } from './configs.command';
ModelsCommand,
ServeCommand,
ChatCommand,
InitCommand,
RunCommand,
ModelPullCommand,
PSCommand,
Expand Down
69 changes: 0 additions & 69 deletions cortex-js/src/infrastructure/commanders/init.command.ts

This file was deleted.

0 comments on commit 25c6353

Please sign in to comment.