Skip to content

Commit

Permalink
Python: Fix typo in 06-memory-and-embeddings.ipynb notebook (#9257)
Browse files Browse the repository at this point in the history
Fixes #9256

Fixes typo that prevents the notebook from running properly in the
OpenAI configuration.

---

For more details, open the [Copilot Workspace
session](https://copilot-workspace.githubnext.com/microsoft/semantic-kernel/issues/9256?shareId=90a652be-0710-499c-9bf9-bf8359ab7287).

Co-authored-by: Evan Mattson <[email protected]>
  • Loading branch information
redblacktree and moonbox3 authored Oct 15, 2024
1 parent e23d636 commit 999c8f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
" service_id=chat_service_id,\n",
" )\n",
" embedding_gen = OpenAITextEmbedding(\n",
" ai_model_id=\"embedding\",\n",
" service_id=\"embedding\",\n",
" )\n",
" kernel.add_service(oai_chat_service)\n",
" kernel.add_service(embedding_gen)\n",
Expand Down

0 comments on commit 999c8f3

Please sign in to comment.