Skip to content

Commit a4197d6

Browse files
authored
Update server/services/hf.js
1 parent 8a4e29f commit a4197d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/services/hf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class HuggingFaceService {
99
}
1010

1111
ingestFile() {
12-
console.log('this is not implement for HuggingFace yet');
12+
console.log('this is not implemented for HuggingFace yet');
1313
}
1414

1515
async call(userInput) {

0 commit comments

Comments
 (0)