Skip to content

Commit 19ff579

Browse files
committed
add meta lesson
1 parent 8e37099 commit 19ff579

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

21-meta/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,5 +151,7 @@ response = client.complete(
151151
print(response.choices[0].message.content)
152152
```
153153

154+
## Learning does not stop here, continue the Journey
154155

156+
After completing this lesson, check out our [Generative AI Learning collection](https://aka.ms/genai-collection?WT.mc_id=academic-105485-koreyst) to continue leveling up your Generative AI knowledge!
155157

21-meta/python/githubmodels-assignment.ipynb

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -147,18 +147,16 @@
147147
},
148148
{
149149
"cell_type": "code",
150-
"execution_count": 4,
150+
"execution_count": 25,
151151
"metadata": {},
152152
"outputs": [
153153
{
154154
"name": "stdout",
155155
"output_type": "stream",
156156
"text": [
157-
"The image shows a screenshot from a video or presentation about AI, with a woman on the left side and a catalog of models on the right side. The woman is wearing a gray hoodie and has blonde hair. She is visible from the chest up and appears to be speaking or presenting.\n",
157+
"The image shows a woman on the left side of the frame, with a screenshot of a webpage on the right side. The woman has blonde hair and is wearing a dark-colored hoodie. She appears to be speaking or presenting something.\n",
158158
"\n",
159-
"The model catalog is titled \"MODEL CATALOG\" in large text at the top, with the subtitle \"Find the right model to build your custom AI solution\" below it. The catalog lists various models, including \"gpt-4,\" \"gpt-35-turbo-instruct,\" and \"mistralai-Mistral-Rx228-v0-1.\" Each model has a brief description and a button to view more information.\n",
160-
"\n",
161-
"At the bottom of the image, there is a blue bar with white text that reads \"Try it yourself\" and a URL that says \"https://ai.azure.com.\" The background of the image is white, with some colorful graphics and logos in the corners. Overall, the image appears to be a screenshot from a presentation or video about AI and machine learning, showcasing a catalog of models that can be used to build custom AI solutions.\n"
159+
"On the right side of the image, there is a screenshot of a webpage titled \"MODEL CATALOG\" in large black text at the top. Below the title, there is a subtitle that reads, \"Find the right model to build your custom AI solution.\" The webpage has a white background with a blue border around it. There are several buttons and links on the page, including a search bar and a list of model names. The overall design of the webpage suggests that it is a platform for users to find and select AI models for their specific needs.\n"
162160
]
163161
}
164162
],
@@ -179,6 +177,7 @@
179177
"endpoint = \"https://models.inference.ai.azure.com\"\n",
180178
"model_name = \"Llama-3.2-90B-Vision-Instruct\"\n",
181179
"\n",
180+
"\n",
182181
"client = ChatCompletionsClient(\n",
183182
" endpoint=endpoint,\n",
184183
" credential=AzureKeyCredential(token),\n",

0 commit comments

Comments
 (0)