-
ServiceInitializationError: chat_deployment_name is required. Hi, ---------------- Code below Remove all services so that this cell can be re-run without restarting the kernelkernel.remove_all_services() service_id = None
elif selectedService == Service.AzureOpenAI:
Any help is appreciated. Ultimate goal is to follow the DeepLearning.ai activities locally versus in their notebook. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hi @0v3r-9000, sorry to hear you're hitting issues. Let's help get you unblocked. In the getting_started notebooks (and in that particular notebook you referenced) there is a section called Per the text:
You need to make sure you have a
Do you have a .env file in the notebooks directory? If so, do you have |
Beta Was this translation helpful? Give feedback.
Hi @0v3r-9000, sorry to hear you're hitting issues. Let's help get you unblocked.
In the getting_started notebooks (and in that particular notebook you referenced) there is a section called
Configuring the Kernel
. There is also a file calledCONFIGURING_THE_KERNEL.md
. Have you taken a look at this? https://github.com/microsoft/semantic-kernel/blob/main/python/samples/getting_started/CONFIGURING_THE_KERNEL.md#configuring-the-kernelPer the text: