Skip to content

Commit 2bfd33a

Browse files
authored
fix: variable formating
1 parent 9340ae5 commit 2bfd33a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

08-building-search-applications/python/aoai-assignment.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"outputs": [],
5656
"source": [
5757
"text = 'the quick brown fox jumped over the lazy dog'\n",
58-
"model = os.getenv("AZURE_OPENAI_EMBEDDINGS_DEPLOYMENT")",
58+
"model = os.getenv(\"AZURE_OPENAI_EMBEDDINGS_DEPLOYMENT\")\n",
5959
"\n",
6060
"client.embeddings.create(input = [text], model=model).data[0].embedding"
6161
]

0 commit comments

Comments
 (0)