Skip to content

Commit 7be9b60

Browse files
saksham36julien-c
andauthored
Update packages/inference/src/types.ts
Co-authored-by: Julien Chaumond <[email protected]>
1 parent e4acc20 commit 7be9b60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/inference/src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export const INFERENCE_PROVIDERS = [
5151
"replicate",
5252
"sambanova",
5353
"together",
54-
"blackforestlabs-ai",
54+
"black-forest-labs",
5555
] as const;
5656
export type InferenceProvider = (typeof INFERENCE_PROVIDERS)[number];
5757

0 commit comments

Comments
 (0)