We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6590188 commit 9340ae5Copy full SHA for 9340ae5
08-building-search-applications/python/aoai-assignment.ipynb
@@ -55,7 +55,7 @@
55
"outputs": [],
56
"source": [
57
"text = 'the quick brown fox jumped over the lazy dog'\n",
58
- "model = os.getenv("AZURE_OPENAI_EMBEDDINGS_DEPLOYMENT")\n",
+ "model = os.getenv("AZURE_OPENAI_EMBEDDINGS_DEPLOYMENT")",
59
"\n",
60
"client.embeddings.create(input = [text], model=model).data[0].embedding"
61
]
0 commit comments