docs: fixing typo in argument name (#20028)

it's "mode" instead of "model", I fixed it
This commit is contained in:
Usama Ahmed 2024-04-05 01:28:28 +03:00 committed by GitHub
parent 07eeeb84f3
commit 94ac42c573
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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\")"
]
},
{