From b0e974b92a9a17ffca2b52870f5b284aed422d0e Mon Sep 17 00:00:00 2001 From: Shapor Naghibzadeh Date: Sat, 3 Jun 2023 21:33:07 -0700 Subject: [PATCH] Update pointer to Jupyter notebooks as finetuning doesn't exist but chat does --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d61fdee644..df99c7894b 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ Please note that for the moment, the Microsoft Azure endpoints can only be used For a detailed example of how to use fine-tuning and other operations using Azure endpoints, please check out the following Jupyter notebooks: - [Using Azure completions](https://github.com/openai/openai-cookbook/tree/main/examples/azure/completions.ipynb) -- [Using Azure fine-tuning](https://github.com/openai/openai-cookbook/tree/main/examples/azure/finetuning.ipynb) +- [Using Azure chat](https://github.com/openai/openai-cookbook/tree/main/examples/azure/chat.ipynb) - [Using Azure embeddings](https://github.com/openai/openai-cookbook/blob/main/examples/azure/embeddings.ipynb) ### Microsoft Azure Active Directory Authentication