forked from hnky/AzureOpenAIService-Workshop
-
Notifications
You must be signed in to change notification settings - Fork 7
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
33 changed files
with
413 additions
and
72 deletions.
There are no files selected for viewing
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
24 changes: 24 additions & 0 deletions
24
...aurus-plugin-content-docs/default/site-docs-04-part-1-labs-5-image-generation-md-3ed.json
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,24 @@ | ||
{ | ||
"id": "Part-1-labs/Image Generation", | ||
"title": "Image Generation", | ||
"description": "Welcome to part 2 of this workshop, where we will interact with a text-to-image model, DALL-E 3. Start by clicking on the Images playground, and selecting dall-e-3 from the deployments drop-down menu.", | ||
"source": "@site/docs/04-Part-1-labs/5-Image Generation.md", | ||
"sourceDirName": "04-Part-1-labs", | ||
"slug": "/Part-1-labs/Image Generation", | ||
"permalink": "/Part-1-labs/Image Generation", | ||
"draft": false, | ||
"unlisted": false, | ||
"tags": [], | ||
"version": "current", | ||
"sidebarPosition": 5, | ||
"frontMatter": {}, | ||
"sidebar": "tutorialSidebar", | ||
"previous": { | ||
"title": "Prompt engineering techniques", | ||
"permalink": "/Part-1-labs/Prompt-engineering-techniques" | ||
}, | ||
"next": { | ||
"title": "Multimodal", | ||
"permalink": "/Part-1-labs/Multimodal" | ||
} | ||
} |
24 changes: 24 additions & 0 deletions
24
.../docusaurus-plugin-content-docs/default/site-docs-04-part-1-labs-6-multimodal-md-3f5.json
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,24 @@ | ||
{ | ||
"id": "Part-1-labs/Multimodal", | ||
"title": "Multimodal", | ||
"description": "By now we have interacted with LLMs using a single modality: inputting text and receiving either text or images. However, multimodal interfaces are becoming increasingly popular, as they allow users to interact with models using multiple modalities, such as text, images, and speech, thus facilitating human-computer interactions. In this section, we will explore how to use multimodal interfaces to interact with GPT-4o.", | ||
"source": "@site/docs/04-Part-1-labs/6-Multimodal.md", | ||
"sourceDirName": "04-Part-1-labs", | ||
"slug": "/Part-1-labs/Multimodal", | ||
"permalink": "/Part-1-labs/Multimodal", | ||
"draft": false, | ||
"unlisted": false, | ||
"tags": [], | ||
"version": "current", | ||
"sidebarPosition": 6, | ||
"frontMatter": {}, | ||
"sidebar": "tutorialSidebar", | ||
"previous": { | ||
"title": "Image Generation", | ||
"permalink": "/Part-1-labs/Image Generation" | ||
}, | ||
"next": { | ||
"title": "System Message", | ||
"permalink": "/Part-2-labs/System-Message" | ||
} | ||
} |
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
24 changes: 24 additions & 0 deletions
24
...urus-plugin-content-docs/default/site-docs-06-part-3-labs-01-image-generation-md-668.json
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,24 @@ | ||
{ | ||
"id": "Part-3-labs/Image Generation", | ||
"title": "Image Generation", | ||
"description": "Welcome to part 2 of this workshop, where we will interact with a text-to-image model, DALL-E 3. Start by clicking on the Images playground, and selecting dall-e-3 from the deployments drop-down menu.", | ||
"source": "@site/docs/06-Part-3-labs/01-Image Generation.md", | ||
"sourceDirName": "06-Part-3-labs", | ||
"slug": "/Part-3-labs/Image Generation", | ||
"permalink": "/Part-3-labs/Image Generation", | ||
"draft": false, | ||
"unlisted": false, | ||
"tags": [], | ||
"version": "current", | ||
"sidebarPosition": 1, | ||
"frontMatter": {}, | ||
"sidebar": "tutorialSidebar", | ||
"previous": { | ||
"title": "Function Calling", | ||
"permalink": "/Part-2-labs/Function-Calling" | ||
}, | ||
"next": { | ||
"title": "Multimodal", | ||
"permalink": "/Part-3-labs/Multimodal" | ||
} | ||
} |
24 changes: 24 additions & 0 deletions
24
...docusaurus-plugin-content-docs/default/site-docs-06-part-3-labs-02-multimodal-md-0ef.json
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,24 @@ | ||
{ | ||
"id": "Part-3-labs/Multimodal", | ||
"title": "Multimodal", | ||
"description": "By now we have interacted with LLMs using a single modality: inputting text and receiving either text or images. However, multimodal interfaces are becoming increasingly popular, as they allow users to interact with models using multiple modalities, such as text, images, and speech, thus facilitating human-computer interactions. In this section, we will explore how to use multimodal interfaces to interact with GPT-4o.", | ||
"source": "@site/docs/06-Part-3-labs/02-Multimodal.md", | ||
"sourceDirName": "06-Part-3-labs", | ||
"slug": "/Part-3-labs/Multimodal", | ||
"permalink": "/Part-3-labs/Multimodal", | ||
"draft": false, | ||
"unlisted": false, | ||
"tags": [], | ||
"version": "current", | ||
"sidebarPosition": 2, | ||
"frontMatter": {}, | ||
"sidebar": "tutorialSidebar", | ||
"previous": { | ||
"title": "Function Calling", | ||
"permalink": "/Part-2-labs/Function-Calling" | ||
}, | ||
"next": { | ||
"title": "AI Models & Deployments", | ||
"permalink": "/ai-models" | ||
} | ||
} |
24 changes: 24 additions & 0 deletions
24
...aurus-plugin-content-docs/default/site-docs-06-part-3-labs-5-image-generation-md-a53.json
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,24 @@ | ||
{ | ||
"id": "Part-3-labs/Image Generation", | ||
"title": "Image Generation", | ||
"description": "Welcome to part 2 of this workshop, where we will interact with a text-to-image model, DALL-E 3. Start by clicking on the Images playground, and selecting dall-e-3 from the deployments drop-down menu.", | ||
"source": "@site/docs/06-Part-3-labs/5-Image Generation.md", | ||
"sourceDirName": "06-Part-3-labs", | ||
"slug": "/Part-3-labs/Image Generation", | ||
"permalink": "/Part-3-labs/Image Generation", | ||
"draft": false, | ||
"unlisted": false, | ||
"tags": [], | ||
"version": "current", | ||
"sidebarPosition": 5, | ||
"frontMatter": {}, | ||
"sidebar": "tutorialSidebar", | ||
"previous": { | ||
"title": "Multimodal", | ||
"permalink": "/Part-3-labs/Multimodal" | ||
}, | ||
"next": { | ||
"title": "AI Models & Deployments", | ||
"permalink": "/ai-models" | ||
} | ||
} |
24 changes: 24 additions & 0 deletions
24
.../docusaurus-plugin-content-docs/default/site-docs-06-part-3-labs-6-multimodal-md-368.json
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,24 @@ | ||
{ | ||
"id": "Part-3-labs/Multimodal", | ||
"title": "Multimodal", | ||
"description": "By now we have interacted with LLMs using a single modality: inputting text and receiving either text or images. However, multimodal interfaces are becoming increasingly popular, as they allow users to interact with models using multiple modalities, such as text, images, and speech, thus facilitating human-computer interactions. In this section, we will explore how to use multimodal interfaces to interact with GPT-4o.", | ||
"source": "@site/docs/06-Part-3-labs/6-Multimodal.md", | ||
"sourceDirName": "06-Part-3-labs", | ||
"slug": "/Part-3-labs/Multimodal", | ||
"permalink": "/Part-3-labs/Multimodal", | ||
"draft": false, | ||
"unlisted": false, | ||
"tags": [], | ||
"version": "current", | ||
"sidebarPosition": 6, | ||
"frontMatter": {}, | ||
"sidebar": "tutorialSidebar", | ||
"previous": { | ||
"title": "Function Calling", | ||
"permalink": "/Part-2-labs/Function-Calling" | ||
}, | ||
"next": { | ||
"title": "AI Models & Deployments", | ||
"permalink": "/ai-models" | ||
} | ||
} |
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
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
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
Oops, something went wrong.