From 89b24df9f6c263650a5c77adbe984f5fe41570cf Mon Sep 17 00:00:00 2001 From: Sourav Gulati <108067669+souravg-db@users.noreply.github.com> Date: Mon, 16 Oct 2023 09:40:50 +0100 Subject: [PATCH] Ai examples (#83) * Added ai example files * Updated Readme * Added formatting changes * Updated examples * Added formatting changes * Removed unneeded lines * Made fixes * Added changes to call open ai by mlflow gateway and creating gateway routes * Removed extra code and added example notebook for creating mlflow gateway routes * formatting changes * fixed name * Updates notes * Made changes as per Review comments * Updated message * removed extra space --------- Co-authored-by: souravg-db --- examples/text_analysis_openai_gpt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/text_analysis_openai_gpt.py b/examples/text_analysis_openai_gpt.py index 39b602e..8003cde 100644 --- a/examples/text_analysis_openai_gpt.py +++ b/examples/text_analysis_openai_gpt.py @@ -10,7 +10,7 @@ # MAGIC # MAGIC **NOTE**: # MAGIC - This notebook requires >= DBR 13.3 LTS ML Runtime -# MAGIC - This notebook requires Mlflow gateway route for MosaicML. For examples of creating routes, please refer to the [README.md](https://github.com/databrickslabs/discoverx/blob/master/README.md) file. +# MAGIC - This notebook requires Mlflow gateway route for Azure OpenAI. For examples of creating routes, please refer to the [README.md](https://github.com/databrickslabs/discoverx/blob/master/README.md) file. # MAGIC - For detailed information about the cost of API hits, please refer to [Azure OpenAI Service pricing](https://azure.microsoft.com/en-gb/pricing/details/cognitive-services/openai-service/) # COMMAND ----------