You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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>
Copy file name to clipboardExpand all lines: examples/text_analysis_openai_gpt.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
# MAGIC
11
11
# MAGIC **NOTE**:
12
12
# 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.
14
14
# 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/)
0 commit comments