We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f51e58e commit 2a4e950Copy full SHA for 2a4e950
ai-assistant/src/RocketChatterApp.ts
@@ -27,7 +27,6 @@ import { TranslateCommand } from "./commands/TranslateCommand";
27
import { WhyUsedCommand } from "./commands/WhyUsedCommand";
28
import { EstablishRelationsEndpoint } from "./endpoints/establishRelations";
29
import { IngestEndpoint } from "./endpoints/ingest";
30
-import { LLMEndpoint } from "./endpoints/llm";
31
import { PurgeDBEndpoint } from "./endpoints/purgeDB";
32
import { handleModalViewSubmit } from "./utils/handleModalViewSubmit";
33
@@ -70,7 +69,6 @@ export class RocketChatterApp extends App {
70
69
new IngestEndpoint(this),
71
new PurgeDBEndpoint(this),
72
new EstablishRelationsEndpoint(this),
73
- new LLMEndpoint(this),
74
],
75
});
76
}
0 commit comments