We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cf2399 commit b7ae234Copy full SHA for b7ae234
1 file changed
src/controllers/LLMController.ts
@@ -148,7 +148,6 @@ export class LLMController {
148
try {
149
this.responseCallback('');
150
this.isGeneratingCallback(true);
151
- console.log('INPUT:', input);
152
await this.nativeModule.forward(input);
153
} catch (e) {
154
throw new Error(getError(e));
0 commit comments