Skip to content

Commit

Permalink
new content
Browse files Browse the repository at this point in the history
  • Loading branch information
retkowsky committed Sep 21, 2023
1 parent 372be5e commit 98bedb2
Show file tree
Hide file tree
Showing 29 changed files with 8,846 additions and 0 deletions.

Large diffs are not rendered by default.

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.
645 changes: 645 additions & 0 deletions Chunks/Chunks.ipynb

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions Chunks/azure.env
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"

310 changes: 310 additions & 0 deletions Chunks/document.txt

Large diffs are not rendered by default.

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions Image to Image/azure.env
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"
Loading

0 comments on commit 98bedb2

Please sign in to comment.