updates azure examples

This commit is contained in:
Ted Sanders
2022-07-20 17:35:15 -07:00
parent 627fdd8c84
commit 4195d712cc
2 changed files with 3 additions and 3 deletions

View File

@ -141,7 +141,7 @@
"metadata": {},
"outputs": [],
"source": [
"embeddings = openai.Embedding.create(engine=deployment_id,\n",
"embeddings = openai.Embedding.create(deployment_id=deployment_id,\n",
" input=\"The food was delicious and the waiter...\")\n",
" \n",
"print(embeddings)"