Skip to content

Commit

Permalink
Fixing path and adding openai notebook for module 11
Browse files Browse the repository at this point in the history
  • Loading branch information
Inder24 committed Jul 8, 2024
1 parent 9e5d0e5 commit c972526
Show file tree
Hide file tree
Showing 3 changed files with 616 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 11-integrating-with-function-calling/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This lesson will cover:

## Learning Goals

After completing this lesson you will be able to:
By the end of this lesson, you will be able to:

- Explain the purpose of using function calling.
- Setup Function Call using the Azure OpenAI Service.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"![Function Calling Flow Diagram](./images/Function-Flow.png?WT.mc_id=academic-105485-koreyst)"
"![Function Calling Flow Diagram](../images/Function-Flow.png?WT.mc_id=academic-105485-koreyst)"
]
},
{
Expand Down Expand Up @@ -290,7 +290,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"![Flow of a Function Call](./images/LLM-Flow.png?WT.mc_id=academic-105485-koreyst)"
"![Flow of a Function Call](../images/LLM-Flow.png?WT.mc_id=academic-105485-koreyst)"
]
},
{
Expand Down
Loading

0 comments on commit c972526

Please sign in to comment.