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 51f87e7 commit 3e26129Copy full SHA for 3e26129
packages/inference/src/tasks/cv/textToVideo.ts
@@ -26,7 +26,7 @@ interface NovitaOutput {
26
};
27
}
28
29
-const SUPPORTED_PROVIDERS = ["fal-ai", "replicate", "novita"] as const satisfies readonly InferenceProvider[];
+const SUPPORTED_PROVIDERS = ["fal-ai", "novita", "replicate"] as const satisfies readonly InferenceProvider[];
30
31
export async function textToVideo(args: TextToVideoArgs, options?: Options): Promise<TextToVideoOutput> {
32
if (!args.provider || !typedInclude(SUPPORTED_PROVIDERS, args.provider)) {
0 commit comments