Skip to content

Commit

Permalink
Ai examples (#83)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
souravg-db authored Oct 16, 2023
1 parent c73465d commit 89b24df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/text_analysis_openai_gpt.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ----------
Expand Down

0 comments on commit 89b24df

Please sign in to comment.