Skip to content

Commit 76af5b7

Browse files
committed
update nscale response format
1 parent 154c90c commit 76af5b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/inference/src/tasks/cv/textToImage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ function getResponseFormatArg(provider: InferenceProvider) {
3939
case "together":
4040
return { response_format: "base64" };
4141
case "nscale-cloud":
42-
return { response_format: "base64" };
42+
return { response_format: "b64_json" };
4343
default:
4444
return undefined;
4545
}

0 commit comments

Comments
 (0)