File tree Expand file tree Collapse file tree 2 files changed +2
-76
lines changed
kit/src/lib/InferenceSnippet Expand file tree Collapse file tree 2 files changed +2
-76
lines changed Original file line number Diff line number Diff line change @@ -425,7 +425,7 @@ Below is a description of the props that can be passed to this component:
425
425
<InferenceSnippet
426
426
pipeline="text-generation"
427
427
conversational
428
- providers ={{
428
+ providersMapping ={{
429
429
"fireworks-ai": {modelId: "deepseek-ai/DeepSeek-R1", providerModelId: "accounts/fireworks/models/deepseek-r1"}
430
430
}}
431
431
/>
@@ -434,7 +434,7 @@ Below is a description of the props that can be passed to this component:
434
434
``` svelte
435
435
<InferenceSnippet
436
436
pipeline="text-to-image"
437
- providers ={{
437
+ providersMapping ={{
438
438
"black-forest-labs": {modelId: "black-forest-labs/FLUX.1-dev", providerModelId: "flux-dev"},
439
439
"replicate": {modelId: "black-forest-labs/FLUX.1-dev", providerModelId: "black-forest-labs/flux-dev"},
440
440
"fal-ai": {modelId: "black-forest-labs/FLUX.1-dev", providerModelId: "fal-ai/flux/dev"},
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments