diff --git a/Instructions/Labs/02-natural-language-azure-openai.md b/Instructions/Labs/02-natural-language-azure-openai.md index 58178fad..e254b206 100644 --- a/Instructions/Labs/02-natural-language-azure-openai.md +++ b/Instructions/Labs/02-natural-language-azure-openai.md @@ -112,9 +112,9 @@ For this exercise, you'll complete some key parts of the application to enable u **Python** ```bash - cd Python - pip install python-dotenv - pip install openai + cd Python + pip install python-dotenv + pip install openai==0.28.1 ``` 5. Navigate to your preferred language folder, select the code file, and add the necessary libraries. diff --git a/Instructions/Labs/03-prompt-engineering.md b/Instructions/Labs/03-prompt-engineering.md index eab514eb..4b726f5f 100644 --- a/Instructions/Labs/03-prompt-engineering.md +++ b/Instructions/Labs/03-prompt-engineering.md @@ -108,20 +108,20 @@ Before using your app, examine how prompt engineering improves the model respons **User:** ```code - Joyous moments at the Oscars - - The Oscars this past week where quite something! - - Though a certain scandal might have stolen the show, this year's Academy Awards were full of moments that filled us with joy and even moved us to tears. - These actors and actresses delivered some truly emotional performances, along with some great laughs, to get us through the winter. - - From Robin Kline's history-making win to a full performance by none other than Casey Jensen herself, don't miss tomorrows rerun of all the festivities. + Joyous moments at the Oscars + + The Oscars this past week where quite something! + + Though a certain scandal might have stolen the show, this year's Academy Awards were full of moments that filled us with joy and even moved us to tears. + These actors and actresses delivered some truly emotional performances, along with some great laughs, to get us through the winter. + + From Robin Kline's history-making win to a full performance by none other than Casey Jensen herself, don't miss tomorrows rerun of all the festivities. ``` **Assistant:** ```code - Entertainment + Entertainment ``` 1. Save those changed to the assistant setup, and send the same prompt about California drought, provided here again for convenience. @@ -208,9 +208,9 @@ For this exercise, you'll complete some key parts of the application to enable u **Python** ```bash - cd Python - pip install python-dotenv - pip install openai + cd Python + pip install python-dotenv + ppip install openai==0.28.1 ``` 5. Navigate to your preferred language folder, select the code file, and add the necessary libraries. diff --git a/Instructions/Labs/04-code-generation.md b/Instructions/Labs/04-code-generation.md index f16ad01f..fe56279d 100644 --- a/Instructions/Labs/04-code-generation.md +++ b/Instructions/Labs/04-code-generation.md @@ -145,9 +145,9 @@ For this exercise, you'll complete some key parts of the application to enable u **Python** ```bash - cd Python - pip install python-dotenv - pip install openai + cd Python + pip install python-dotenv + pip install openai==0.28.1 ``` 5. Select the code file in this folder for your language and add the necessary libraries.