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 e11f3dc commit 48ebf85Copy full SHA for 48ebf85
server/handlers/chat_handler.js
@@ -7,8 +7,7 @@ class ChatService {
7
8
async startChat(data) {
9
const { body: { userInput } } = data;
10
- const model = this.model;
11
- const response = await model.call(userInput);
+ const response = await this.model.call(userInput);
12
13
return response;
14
}
0 commit comments