
Unlocking Creativity with Azure OpenAI
By :

Since we have set up all the essential services in our Azure portal in our previous chapters, we can begin constructing our solution for code generation and documentation.
To build this solution, we mainly need to use two services:
We explained the process to create these services in Chapter 2, in the Accessing Azure OpenAI (AOAI) Service section, and Chapter 4, in the Developing a question answering solution using Azure OpenAI and Azure Cognitive Search index section. Please refer to these chapters for more information.
We can begin constructing our solution. To develop the code, we will be working within a Jupyter notebook.
In the following sections, we are going to develop our solution:
We need to import the required packages before we...