Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
hnky committed Oct 29, 2024
1 parent a14ffa2 commit 7a0ca8c
Show file tree
Hide file tree
Showing 33 changed files with 413 additions and 72 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"permalink": "/Part-1-labs/Conversation-history"
},
"next": {
"title": "System Message",
"permalink": "/Part-2-labs/System-Message"
"title": "Image Generation",
"permalink": "/Part-1-labs/Image Generation"
}
}
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"
}
}
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"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"frontMatter": {},
"sidebar": "tutorialSidebar",
"previous": {
"title": "Prompt engineering techniques",
"permalink": "/Part-1-labs/Prompt-engineering-techniques"
"title": "Multimodal",
"permalink": "/Part-1-labs/Multimodal"
},
"next": {
"title": "Add knowledge",
Expand Down
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"
}
}
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"
}
}
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"
}
}
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"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,20 @@
"href": "/Part-1-labs/Prompt-engineering-techniques",
"docId": "Part-1-labs/Prompt-engineering-techniques",
"unlisted": false
},
{
"type": "link",
"label": "Image Generation",
"href": "/Part-1-labs/Image Generation",
"docId": "Part-1-labs/Image Generation",
"unlisted": false
},
{
"type": "link",
"label": "Multimodal",
"href": "/Part-1-labs/Multimodal",
"docId": "Part-1-labs/Multimodal",
"unlisted": false
}
]
},
Expand Down Expand Up @@ -172,6 +186,18 @@
"description": "Consumer conversational AI services like ChatGPT and Bing Chat use a trick to make the AI agent seem to remember the context of the conversation. The trick is that the foundation model is given the whole chat history at each turn, not just the latest prompt, but the user does not see this. An AI model cannot learn and has no memory of previous interactions if the user leaves and comes back but the application is using prompt engineering to add this 'memory'",
"sidebar": "tutorialSidebar"
},
"Part-1-labs/Image Generation": {
"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.",
"sidebar": "tutorialSidebar"
},
"Part-1-labs/Multimodal": {
"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.",
"sidebar": "tutorialSidebar"
},
"Part-1-labs/Prompt-engineering-techniques": {
"id": "Part-1-labs/Prompt-engineering-techniques",
"title": "Prompt engineering techniques",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,54 @@
"permalink": "/Part-1-labs/Prompt-engineering-techniques"
}
},
{
"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"
}
},
{
"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"
}
},
{
"id": "Part-1-labs/Prompt-engineering-techniques",
"title": "Prompt engineering techniques",
Expand All @@ -220,8 +268,8 @@
"permalink": "/Part-1-labs/Conversation-history"
},
"next": {
"title": "System Message",
"permalink": "/Part-2-labs/System-Message"
"title": "Image Generation",
"permalink": "/Part-1-labs/Image Generation"
}
},
{
Expand Down Expand Up @@ -288,8 +336,8 @@
"frontMatter": {},
"sidebar": "tutorialSidebar",
"previous": {
"title": "Prompt engineering techniques",
"permalink": "/Part-1-labs/Prompt-engineering-techniques"
"title": "Multimodal",
"permalink": "/Part-1-labs/Multimodal"
},
"next": {
"title": "Add knowledge",
Expand Down Expand Up @@ -372,6 +420,14 @@
{
"type": "doc",
"id": "Part-1-labs/Prompt-engineering-techniques"
},
{
"type": "doc",
"id": "Part-1-labs/Image Generation"
},
{
"type": "doc",
"id": "Part-1-labs/Multimodal"
}
]
},
Expand Down
10 changes: 10 additions & 0 deletions .docusaurus/globalData.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,16 @@
"path": "/Part-1-labs/Conversation-history",
"sidebar": "tutorialSidebar"
},
{
"id": "Part-1-labs/Image Generation",
"path": "/Part-1-labs/Image Generation",
"sidebar": "tutorialSidebar"
},
{
"id": "Part-1-labs/Multimodal",
"path": "/Part-1-labs/Multimodal",
"sidebar": "tutorialSidebar"
},
{
"id": "Part-1-labs/Prompt-engineering-techniques",
"path": "/Part-1-labs/Prompt-engineering-techniques",
Expand Down
Loading

0 comments on commit 7a0ca8c

Please sign in to comment.