-
Notifications
You must be signed in to change notification settings - Fork 222
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
29 changed files
with
8,846 additions
and
0 deletions.
There are no files selected for viewing
366 changes: 366 additions & 0 deletions
366
Azure Safety Content for text and images/Azure Content Safety for text and images.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Azure Open AI | ||
OPENAI_API_BASE = "tobereplaced" | ||
OPENAI_API_KEY = "tobereplaced" | ||
OPENAI_API_VERSION = "2023-05-15" | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
940 changes: 940 additions & 0 deletions
940
Image to Image/Image to image with Azure Computer Vision and Azure Open AI.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Azure Computer Vision | ||
azure_cv_endpoint = "tobereplaced" | ||
azure_cv_key = "tobereplaced" | ||
|
||
# Azure Open AI | ||
azure_openai_endpoint = "tobereplaced" | ||
azure_openai_key = "tobereplaced" | ||
|
||
# Azure Bing Service | ||
bing_search_url = "tobereplaced" | ||
bing_key = "tobereplaced" |
Oops, something went wrong.