Skip to content

Commit 9340ae5

Browse files
authored
Update aoai-assignment.ipynb
1 parent 6590188 commit 9340ae5

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")\n",
58+
"model = os.getenv("AZURE_OPENAI_EMBEDDINGS_DEPLOYMENT")",
5959
"\n",
6060
"client.embeddings.create(input = [text], model=model).data[0].embedding"
6161
]

0 commit comments

Comments
 (0)