Skip to content

Commit f9c3638

Browse files
authored
Merge pull request microsoft#529 from Inder24/Adding-OpenAIFile-And-Fixing-Grammer
Adding open ai file and fixing grammer
2 parents 0430ce2 + cc16d6a commit f9c3638

File tree

5 files changed

+620
-7
lines changed

5 files changed

+620
-7
lines changed

03-using-generative-ai-responsibly/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
> _Click the image above to view video of this lesson_
66
7-
It's easy to be fascinated with AI and generative AI in particular, but you need to consider how you would use it responsibly. You need to consider things like how to ensure the output is fair, non-harmful and more. This chapter aims to provide you with mentioned context, what to consider, and how to take active steps to improve your AI usage.
7+
It's easy to be fascinated with AI and generative AI in particular, but you need to consider how you would use it responsibly. You need to consider things like how to ensure the output is fair, non-harmful and more. This chapter aims to provide you with the mentioned context, what to consider, and how to take active steps to improve your AI usage.
88

99
## Introduction
1010

@@ -42,7 +42,7 @@ Hallucinations are a term used to describe when an LLM produces content that is
4242

4343
Let's take for example we build a feature for our startup that allows students to ask historical questions to a model. A student asks the question `Who was the sole survivor of Titanic?`
4444

45-
The model produces a response like the one below:
45+
The model produces a response such as the one below:
4646

4747
![Prompt saying "Who was the sole survivor of the Titanic"](../03-using-generative-ai-responsibly/images/ChatGPT-titanic-survivor-prompt.webp?WT.mc_id=academic-105485-koreyst)
4848

11-integrating-with-function-calling/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This lesson will cover:
1616

1717
## Learning Goals
1818

19-
After completing this lesson you will be able to:
19+
By the end of this lesson, you will be able to:
2020

2121
- Explain the purpose of using function calling.
2222
- Setup Function Call using the Azure OpenAI Service.
@@ -45,7 +45,7 @@ Function Calling is a feature of the Azure OpenAI Service to overcome to the fol
4545

4646
## Illustrating the problem through a scenario
4747

48-
> We recommend you to use the [included notebook](/11-integrating-with-function-calling/Lesson11-FunctionCalling.ipynb) if you want to run the below scenario. You can also just read along as we're trying to illustrate a problem where functions can help to address the problem.
48+
> We recommend you to use the [included notebook](/11-integrating-with-function-calling/python/aoai-assignment.ipynb) if you want to run the below scenario. You can also just read along as we're trying to illustrate a problem where functions can help to address the problem.
4949
5050
Let's look at the example that illustrates the response format problem:
5151

11-integrating-with-function-calling/aoai-assignment.ipynb renamed to 11-integrating-with-function-calling/python/aoai-assignment.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@
246246
"cell_type": "markdown",
247247
"metadata": {},
248248
"source": [
249-
"![Function Calling Flow Diagram](./images/Function-Flow.png?WT.mc_id=academic-105485-koreyst)"
249+
"![Function Calling Flow Diagram](../images/Function-Flow.png?WT.mc_id=academic-105485-koreyst)"
250250
]
251251
},
252252
{
@@ -290,7 +290,7 @@
290290
"cell_type": "markdown",
291291
"metadata": {},
292292
"source": [
293-
"![Flow of a Function Call](./images/LLM-Flow.png?WT.mc_id=academic-105485-koreyst)"
293+
"![Flow of a Function Call](../images/LLM-Flow.png?WT.mc_id=academic-105485-koreyst)"
294294
]
295295
},
296296
{

0 commit comments

Comments
 (0)