Skip to content

Commit 89b24df

Browse files
authored
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 <souravg-db>
1 parent c73465d commit 89b24df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/text_analysis_openai_gpt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# MAGIC
1111
# MAGIC **NOTE**:
1212
# MAGIC - This notebook requires >= DBR 13.3 LTS ML Runtime
13-
# 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.
13+
# 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.
1414
# 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/)
1515

1616
# COMMAND ----------

0 commit comments

Comments
 (0)