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 b6bf877 commit 43175fdCopy full SHA for 43175fd
src/completions/plugin.ts
@@ -72,7 +72,7 @@ export const completionPlugin: JupyterFrontEndPlugin<JaiCompletionToken> = {
72
);
73
return null;
74
}
75
-
+
76
const completionHandler = new CompletionWebsocketHandler();
77
const provider = new JaiInlineProvider({
78
completionHandler,
0 commit comments