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 8a4e29f commit a4197d6Copy full SHA for a4197d6
server/services/hf.js
@@ -9,7 +9,7 @@ class HuggingFaceService {
9
}
10
11
ingestFile() {
12
- console.log('this is not implement for HuggingFace yet');
+ console.log('this is not implemented for HuggingFace yet');
13
14
15
async call(userInput) {
0 commit comments