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:
425425<InferenceSnippet
426426 pipeline="text-generation"
427427 conversational
428- providers ={{
428+ providersMapping ={{
429429 "fireworks-ai": {modelId: "deepseek-ai/DeepSeek-R1", providerModelId: "accounts/fireworks/models/deepseek-r1"}
430430 }}
431431/>
@@ -434,7 +434,7 @@ Below is a description of the props that can be passed to this component:
434434``` svelte
435435<InferenceSnippet
436436 pipeline="text-to-image"
437- providers ={{
437+ providersMapping ={{
438438 "black-forest-labs": {modelId: "black-forest-labs/FLUX.1-dev", providerModelId: "flux-dev"},
439439 "replicate": {modelId: "black-forest-labs/FLUX.1-dev", providerModelId: "black-forest-labs/flux-dev"},
440440 "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