Spaces:
Sleeping
Sleeping
Commit
•
cf329f1
1
Parent(s):
58b1ffb
remove stdout
Browse files
src/app/api/providers/huggingface/predictWithHuggingFace.ts
CHANGED
@@ -35,7 +35,7 @@ export async function predict({
|
|
35 |
}
|
36 |
})) {
|
37 |
instructions += output.token.text
|
38 |
-
process.stdout.write(output.token.text)
|
39 |
if (
|
40 |
instructions.includes("# Final") ||
|
41 |
instructions.includes("# Guidelines") ||
|
|
|
35 |
}
|
36 |
})) {
|
37 |
instructions += output.token.text
|
38 |
+
// process.stdout.write(output.token.text)
|
39 |
if (
|
40 |
instructions.includes("# Final") ||
|
41 |
instructions.includes("# Guidelines") ||
|