Skip to content

Commit 2a4e950

Browse files
committed
Minor changes
1 parent f51e58e commit 2a4e950

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ai-assistant/src/RocketChatterApp.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ import { TranslateCommand } from "./commands/TranslateCommand";
2727
import { WhyUsedCommand } from "./commands/WhyUsedCommand";
2828
import { EstablishRelationsEndpoint } from "./endpoints/establishRelations";
2929
import { IngestEndpoint } from "./endpoints/ingest";
30-
import { LLMEndpoint } from "./endpoints/llm";
3130
import { PurgeDBEndpoint } from "./endpoints/purgeDB";
3231
import { handleModalViewSubmit } from "./utils/handleModalViewSubmit";
3332

@@ -70,7 +69,6 @@ export class RocketChatterApp extends App {
7069
new IngestEndpoint(this),
7170
new PurgeDBEndpoint(this),
7271
new EstablishRelationsEndpoint(this),
73-
new LLMEndpoint(this),
7472
],
7573
});
7674
}

0 commit comments

Comments
 (0)