From bce2844809c6d95f479854edb014412e85db8068 Mon Sep 17 00:00:00 2001 From: Lee Stott Date: Fri, 10 Nov 2023 14:54:39 +0000 Subject: [PATCH] Fixed Missing Notebook links --- 07-building-chat-applications/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07-building-chat-applications/README.md b/07-building-chat-applications/README.md index 5c11951af..40c19463b 100644 --- a/07-building-chat-applications/README.md +++ b/07-building-chat-applications/README.md @@ -60,7 +60,7 @@ When building a chat application, a great first step is to assess what is alread - **Easier maintenance**: Updates and improvements are easier to manage as most APIs and SDKs simply require an update to a library when a newer version is released. - **Access to cutting edge technology**: Leveraging models that have been fined tuned and trained on extensive datasets provides your application with natural language capabilities. -Accessing functionality of an SDK or API typically involves obtaining permission to use the provided services, which is often through the use of a unique key or authentication token. We'll use the OpenAI Python Library to explore what this looks like. You can also try it out on your own in the [notebook](./notebook.ipynb?WT.mc_id=academic-105485-koreyst) for this lesson. +Accessing functionality of an SDK or API typically involves obtaining permission to use the provided services, which is often through the use of a unique key or authentication token. We'll use the OpenAI Python Library to explore what this looks like. You can also try it out on your own in the following [notebook for OpenAI](./notebook-openai.ipynb?WT.mc_id=academic-105485-koreyst) or [notebook for Azure OpenAI Services](./notebook-azure-openai.ipynb?WT.mc_id=academic-105485-koreys) for this lesson. ```python import os