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 9340ae5 commit 2bfd33aCopy full SHA for 2bfd33a
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")",
+ "model = os.getenv(\"AZURE_OPENAI_EMBEDDINGS_DEPLOYMENT\")\n",
59
"\n",
60
"client.embeddings.create(input = [text], model=model).data[0].embedding"
61
]
0 commit comments