docs: fixing typo in argument name (#20028)

it's "mode" instead of "model", I fixed it
pull/20042/head
Usama Ahmed 5 months ago committed by GitHub
parent 07eeeb84f3
commit 94ac42c573
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -68,7 +68,7 @@
"metadata": {},
"outputs": [],
"source": [
"embedding = FireworksEmbeddings(mode=\"nomic-ai/nomic-embed-text-v1.5\")"
"embedding = FireworksEmbeddings(model=\"nomic-ai/nomic-embed-text-v1.5\")"
]
},
{

Loading…
Cancel
Save