├── .github └── workflows │ └── auto_add_to_project.yml ├── .gitignore ├── CODE_OF_CONDUCT.md ├── Images └── banner.jpg ├── LICENSE ├── README.md ├── SECURITY.md ├── lab ├── Skillable Workshop Instructions │ ├── 00_Introduction.md │ ├── 01_Set_up.md │ ├── 02_Text_Generation.md │ ├── 03_Image_Generation.md │ ├── 04_Multimodal_Interfaces.md │ ├── 05_AI_Agents.md │ ├── 07_Summary.md │ ├── Images │ │ ├── A delicious pepperoni pizza with extra cheese, served on a rustic wooden table..png │ │ ├── DALL·E 2024-11-14 09.27.57 - A watercolor painting of the Chicago skyline, showcasing iconic skyscrapers such as the Willis Tower and John Hancock Center. The city is bathed in so.webp │ │ ├── Generate a logo combining a tent silhouette and stars, with a rustic feel for an adventure brand. (1).png │ │ ├── Generate a logo for an adventure brand.png │ │ ├── _Create a 3D animation of a modern office space design featuring ergonomic furniture, collaborative workspaces, and greenery elements. The office should have large windows for natural light, meeting pods, an.png │ │ ├── agents-actions.jpeg │ │ ├── agents-aoai-select.jpeg │ │ ├── agents-playground-pt1.jpeg │ │ ├── agents-playground-pt2.jpeg │ │ ├── agents-playground-update-details.jpeg │ │ ├── agents-select-code-interpreter.jpeg │ │ ├── agents-try-in-playground.jpeg │ │ ├── ai-foundry-clear-instructios.png │ │ ├── ai-foundry-copy-response.png │ │ ├── ai-foundry-create-image.jpg │ │ ├── ai-foundry-homepage.png │ │ ├── aifoundry-assistant-plaground.jpeg │ │ ├── aifoundry-assistant-update-details.jpeg │ │ ├── aifoundry-chat-basicprompting.jpeg │ │ ├── aifoundry-chat-instructions.jpeg │ │ ├── aifoundry-chat-parameters.jpeg │ │ ├── aifoundry-chat-playground.jpeg │ │ ├── aifoundry-codeinterpreter-upload-file.jpeg │ │ ├── aifoundry-create-new-assistant.jpeg │ │ ├── aifoundry-enable-audio.jpeg │ │ ├── aifoundry-homepage.jpeg │ │ ├── aifoundry-hub-navigation.jpeg │ │ ├── aifoundry-image-generation.jpeg │ │ ├── aifoundry-image-playground.jpeg │ │ ├── aifoundry-playgrounds.jpeg │ │ ├── aifoundry-project-navigation.jpeg │ │ ├── aifoundry-project-overview.jpeg │ │ ├── aifoundry-real-time-audio.jpeg │ │ ├── aifoundry-tools-codeinterpreter.jpeg │ │ ├── context-001.png │ │ ├── context-002.png │ │ ├── context-003.png │ │ ├── elephant-on-skateboard-picasso.png │ │ ├── house-multimodal │ │ │ ├── 01.jpeg │ │ │ ├── 02.jpeg │ │ │ ├── 03.jpeg │ │ │ └── 04.jpeg │ │ ├── image.png │ │ ├── logo-with-stars.png │ │ ├── robot-mascot-friendly.png │ │ ├── text-generation-clearchat.jpg │ │ ├── tpm-1.jpg │ │ ├── tpm-2.jpg │ │ ├── tpm-3.jpg │ │ └── upload_image_icon.png │ └── assets │ │ └── Contoso_Sales_Revenue.csv └── Workshop Instructions │ ├── 00_Introduction.md │ ├── 01_Set_up.md │ ├── 02_Text_Generation.md │ ├── 03_Image_Generation.md │ ├── 04_Multimodal_Interfaces.md │ ├── 05_AI_Agents.md │ ├── 07_Summary.md │ ├── Images │ ├── A compact hiking backpack in vibrant red color.png │ ├── A corgi practicing karate.png │ ├── A delicious pepperoni pizza with extra cheese, served on a rustic wooden table..png │ ├── A down-filled, insulated winter jacket in deep blue.png │ ├── A large, 70-liter backpacking pack fully loaded with camping gear.png │ ├── A pair of rugged, cargo hiking pants in olive green.png │ ├── A purple elephant on a skateboard performing an olley, in the style of of Picasso.png │ ├── A robust, 8-person tent set up in the middle of an autumn forest.png │ ├── A simple brown tent made out of polyester.png │ ├── A small tent in the middle of a storm.png │ ├── A small, realistic lightweight daypack.png │ ├── A waterproof, breathable rain jacket in bright yellow.png │ ├── An elephant on a skateboard.png │ ├── DALL·E 2024-11-14 09.27.57 - A watercolor painting of the Chicago skyline, showcasing iconic skyscrapers such as the Willis Tower and John Hancock Center. The city is bathed in so.webp │ ├── Generate a logo combining a tent silhouette and stars, with a rustic feel for an adventure brand. (1).png │ ├── Generate a logo for an adventure brand.png │ ├── _Create a 3D animation of a modern office space design featuring ergonomic furniture, collaborative workspaces, and greenery elements. The office should have large windows for natural light, meeting pods, an.png │ ├── agents-actions.jpeg │ ├── agents-aoai-select.jpeg │ ├── agents-playground-pt1.jpeg │ ├── agents-playground-pt2.jpeg │ ├── agents-playground-update-details.jpeg │ ├── agents-select-code-interpreter.jpeg │ ├── agents-try-in-playground.jpeg │ ├── ai-foundry-clear-instructios.png │ ├── ai-foundry-copy-response.png │ ├── ai-foundry-create-image.jpg │ ├── ai-foundry-homepage.png │ ├── ai-studio-assistants-functions-playground.jpg │ ├── ai-studio-assistants-functions-playground.png │ ├── ai-studio-assistants-playground.jpg │ ├── ai-studio-assistants-playground.png │ ├── ai-studio-basic-prompting-v2.jpg │ ├── ai-studio-buildpage.png │ ├── ai-studio-chat-playground.png │ ├── ai-studio-clear-instructios.png │ ├── ai-studio-click-project.png │ ├── ai-studio-copy-response.png │ ├── ai-studio-create-image.jpg │ ├── ai-studio-createproj.png │ ├── ai-studio-dalle.PNG │ ├── ai-studio-deployment.PNG │ ├── ai-studio-function-calling-chat.jpg │ ├── ai-studio-gpt4o-deploy.PNG │ ├── ai-studio-gpt4o-model.PNG │ ├── ai-studio-homepage.png │ ├── ai-studio-hub-homepage.jpg │ ├── ai-studio-hubmanagement-hub.jpg │ ├── ai-studio-hubmanagement.jpg │ ├── ai-studio-hubmanagement.png │ ├── ai-studio-image-playground.jpg │ ├── ai-studio-image-playground.png │ ├── ai-studio-login-homepage.png │ ├── ai-studio-new-hub.PNG │ ├── ai-studio-new-project.PNG │ ├── ai-studio-new-resource-group.PNG │ ├── ai-studio-parameters.jpg │ ├── ai-studio-playground.jpg │ ├── ai-studio-playground.png │ ├── ai-studio-project-name.PNG │ ├── ai-studio-project.PNG │ ├── ai-studio-remove-csv-file.png │ ├── ai-studio-system-message.jpg │ ├── aifoundry-assistant-plaground.jpeg │ ├── aifoundry-assistant-update-details.jpeg │ ├── aifoundry-chat-basicprompting.jpeg │ ├── aifoundry-chat-instructions.jpeg │ ├── aifoundry-chat-parameters.jpeg │ ├── aifoundry-chat-playground.jpeg │ ├── aifoundry-codeinterpreter-upload-file.jpeg │ ├── aifoundry-create-new-assistant.jpeg │ ├── aifoundry-enable-audio.jpeg │ ├── aifoundry-homepage.jpeg │ ├── aifoundry-hub-navigation.jpeg │ ├── aifoundry-image-generation.jpeg │ ├── aifoundry-image-playground.jpeg │ ├── aifoundry-playgrounds.jpeg │ ├── aifoundry-project-navigation.jpeg │ ├── aifoundry-project-overview.jpeg │ ├── aifoundry-real-time-audio.jpeg │ ├── aifoundry-tools-codeinterpreter.jpeg │ ├── assistants-playground-code-interpreter-tool.png │ ├── assistants_playground_attach_new_file.png │ ├── assistants_playground_with_name_and_prompt.png │ ├── azure-portal-resource-group.PNG │ ├── context-001.png │ ├── context-002.png │ ├── context-003.png │ ├── contoso_outdoor_ecommerce_sketch_notes.jpg │ ├── delete-resource-group-name.PNG │ ├── delete-resource-group-navigation.PNG │ ├── delete-resource-group-notification-popup.PNG │ ├── elephant-on-skateboard-picasso copy.png │ ├── elephant-on-skateboard-picasso.png │ ├── image copy.png │ ├── image.png │ ├── logo-with-stars.png │ ├── robot-mascot-friendly.png │ ├── text-generation-clearchat.jpg │ ├── tpm-1.jpg │ ├── tpm-2.jpg │ ├── tpm-3.jpg │ ├── upload_image_icon copy 2.png │ ├── upload_image_icon copy.png │ ├── upload_image_icon.png │ ├── vs-code-view-html copy.png │ └── vs-code-view-html.png │ └── assets │ ├── AITour24_WKR540_Template.json │ └── Contoso_Sales_Revenue.csv ├── session-delivery-resources └── README.md └── translations ├── ja ├── CODE_OF_CONDUCT.md ├── README.md ├── SECURITY.md ├── lab │ ├── Skillable Workshop Instructions │ │ ├── 00_Introduction.md │ │ ├── 01_Set_up.md │ │ ├── 02_Text_Generation.md │ │ ├── 03_Image_Generation.md │ │ ├── 04_Multimodal_Interfaces.md │ │ ├── 05_AI_Agents.md │ │ └── 07_Summary.md │ └── Workshop Instructions │ │ ├── 00_Introduction.md │ │ ├── 01_Set_up.md │ │ ├── 02_Text_Generation.md │ │ ├── 03_Image_Generation.md │ │ ├── 04_Multimodal_Interfaces.md │ │ ├── 05_AI_Agents.md │ │ └── 07_Summary.md └── session-delivery-resources │ └── README.md ├── ko ├── CODE_OF_CONDUCT.md ├── README.md ├── SECURITY.md ├── lab │ ├── Skillable Workshop Instructions │ │ ├── 00_Introduction.md │ │ ├── 01_Set_up.md │ │ ├── 02_Text_Generation.md │ │ ├── 03_Image_Generation.md │ │ ├── 04_Multimodal_Interfaces.md │ │ ├── 05_AI_Agents.md │ │ └── 07_Summary.md │ └── Workshop Instructions │ │ ├── 00_Introduction.md │ │ ├── 01_Set_up.md │ │ ├── 02_Text_Generation.md │ │ ├── 03_Image_Generation.md │ │ ├── 04_Multimodal_Interfaces.md │ │ ├── 05_AI_Agents.md │ │ └── 07_Summary.md └── session-delivery-resources │ └── README.md ├── tw ├── CODE_OF_CONDUCT.md ├── README.md ├── SECURITY.md ├── lab │ ├── Skillable Workshop Instructions │ │ ├── 00_Introduction.md │ │ ├── 01_Set_up.md │ │ ├── 02_Text_Generation.md │ │ ├── 03_Image_Generation.md │ │ ├── 04_Multimodal_Interfaces.md │ │ ├── 05_AI_Agents.md │ │ └── 07_Summary.md │ └── Workshop Instructions │ │ ├── 00_Introduction.md │ │ ├── 01_Set_up.md │ │ ├── 02_Text_Generation.md │ │ ├── 03_Image_Generation.md │ │ ├── 04_Multimodal_Interfaces.md │ │ ├── 05_AI_Agents.md │ │ └── 07_Summary.md └── session-delivery-resources │ └── README.md └── zh ├── CODE_OF_CONDUCT.md ├── README.md ├── SECURITY.md ├── lab ├── Skillable Workshop Instructions │ ├── 00_Introduction.md │ ├── 01_Set_up.md │ ├── 02_Text_Generation.md │ ├── 03_Image_Generation.md │ ├── 04_Multimodal_Interfaces.md │ ├── 05_AI_Agents.md │ └── 07_Summary.md └── Workshop Instructions │ ├── 00_Introduction.md │ ├── 01_Set_up.md │ ├── 02_Text_Generation.md │ ├── 03_Image_Generation.md │ ├── 04_Multimodal_Interfaces.md │ ├── 05_AI_Agents.md │ └── 07_Summary.md └── session-delivery-resources └── README.md /.github/workflows/auto_add_to_project.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/.github/workflows/auto_add_to_project.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/.gitignore -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /Images/banner.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/Images/banner.jpg -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/README.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/SECURITY.md -------------------------------------------------------------------------------- /lab/Skillable Workshop Instructions/00_Introduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Skillable Workshop Instructions/00_Introduction.md -------------------------------------------------------------------------------- /lab/Skillable Workshop Instructions/01_Set_up.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Skillable Workshop Instructions/01_Set_up.md -------------------------------------------------------------------------------- /lab/Skillable Workshop Instructions/02_Text_Generation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Skillable Workshop Instructions/02_Text_Generation.md -------------------------------------------------------------------------------- /lab/Skillable Workshop Instructions/03_Image_Generation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Skillable Workshop Instructions/03_Image_Generation.md -------------------------------------------------------------------------------- /lab/Skillable Workshop Instructions/04_Multimodal_Interfaces.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Skillable Workshop Instructions/04_Multimodal_Interfaces.md -------------------------------------------------------------------------------- /lab/Skillable Workshop Instructions/05_AI_Agents.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Skillable Workshop Instructions/05_AI_Agents.md -------------------------------------------------------------------------------- /lab/Skillable Workshop Instructions/07_Summary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Skillable Workshop Instructions/07_Summary.md -------------------------------------------------------------------------------- /lab/Skillable Workshop Instructions/Images/A delicious pepperoni pizza with extra cheese, served on a rustic wooden table..png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Skillable Workshop Instructions/Images/A delicious pepperoni pizza with extra cheese, served on a rustic wooden table..png -------------------------------------------------------------------------------- /lab/Skillable Workshop Instructions/Images/DALL·E 2024-11-14 09.27.57 - A watercolor painting of the Chicago skyline, showcasing iconic skyscrapers such as the Willis Tower and John Hancock Center. The city is bathed in so.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Skillable Workshop Instructions/Images/DALL·E 2024-11-14 09.27.57 - A watercolor painting of the Chicago skyline, showcasing iconic skyscrapers such as the Willis Tower and John Hancock Center. The city is bathed in so.webp -------------------------------------------------------------------------------- /lab/Skillable Workshop Instructions/Images/Generate a logo combining a tent silhouette and stars, with a rustic feel for an adventure brand. (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Skillable Workshop Instructions/Images/Generate a logo combining a tent silhouette and stars, with a rustic feel for an adventure brand. (1).png -------------------------------------------------------------------------------- /lab/Skillable Workshop Instructions/Images/Generate a logo for an adventure brand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Skillable Workshop Instructions/Images/Generate a logo for an adventure brand.png -------------------------------------------------------------------------------- /lab/Skillable Workshop Instructions/Images/_Create a 3D animation of a modern office space design featuring ergonomic furniture, collaborative workspaces, and greenery elements. The office should have large windows for natural light, meeting pods, an.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Skillable Workshop Instructions/Images/_Create a 3D animation of a modern office space design featuring ergonomic furniture, collaborative workspaces, and greenery elements. The office should have large windows for natural light, meeting pods, an.png -------------------------------------------------------------------------------- /lab/Skillable Workshop Instructions/Images/agents-actions.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Skillable Workshop Instructions/Images/agents-actions.jpeg -------------------------------------------------------------------------------- /lab/Skillable Workshop Instructions/Images/agents-aoai-select.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Skillable Workshop Instructions/Images/agents-aoai-select.jpeg -------------------------------------------------------------------------------- /lab/Skillable Workshop Instructions/Images/agents-playground-pt1.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Skillable Workshop Instructions/Images/agents-playground-pt1.jpeg -------------------------------------------------------------------------------- /lab/Skillable Workshop Instructions/Images/agents-playground-pt2.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Skillable Workshop Instructions/Images/agents-playground-pt2.jpeg -------------------------------------------------------------------------------- /lab/Skillable Workshop Instructions/Images/agents-playground-update-details.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Skillable Workshop Instructions/Images/agents-playground-update-details.jpeg -------------------------------------------------------------------------------- /lab/Skillable Workshop Instructions/Images/agents-select-code-interpreter.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Skillable Workshop Instructions/Images/agents-select-code-interpreter.jpeg -------------------------------------------------------------------------------- /lab/Skillable Workshop Instructions/Images/agents-try-in-playground.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Skillable Workshop Instructions/Images/agents-try-in-playground.jpeg -------------------------------------------------------------------------------- /lab/Skillable Workshop Instructions/Images/ai-foundry-clear-instructios.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Skillable Workshop Instructions/Images/ai-foundry-clear-instructios.png -------------------------------------------------------------------------------- /lab/Skillable Workshop Instructions/Images/ai-foundry-copy-response.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Skillable Workshop Instructions/Images/ai-foundry-copy-response.png -------------------------------------------------------------------------------- /lab/Skillable Workshop Instructions/Images/ai-foundry-create-image.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Skillable Workshop Instructions/Images/ai-foundry-create-image.jpg -------------------------------------------------------------------------------- /lab/Skillable Workshop Instructions/Images/ai-foundry-homepage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Skillable Workshop Instructions/Images/ai-foundry-homepage.png -------------------------------------------------------------------------------- /lab/Skillable Workshop Instructions/Images/aifoundry-assistant-plaground.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Skillable Workshop Instructions/Images/aifoundry-assistant-plaground.jpeg -------------------------------------------------------------------------------- /lab/Skillable Workshop Instructions/Images/aifoundry-assistant-update-details.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Skillable Workshop Instructions/Images/aifoundry-assistant-update-details.jpeg -------------------------------------------------------------------------------- /lab/Skillable Workshop Instructions/Images/aifoundry-chat-basicprompting.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Skillable Workshop Instructions/Images/aifoundry-chat-basicprompting.jpeg -------------------------------------------------------------------------------- /lab/Skillable Workshop Instructions/Images/aifoundry-chat-instructions.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Skillable Workshop Instructions/Images/aifoundry-chat-instructions.jpeg -------------------------------------------------------------------------------- /lab/Skillable Workshop Instructions/Images/aifoundry-chat-parameters.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Skillable Workshop Instructions/Images/aifoundry-chat-parameters.jpeg -------------------------------------------------------------------------------- /lab/Skillable Workshop Instructions/Images/aifoundry-chat-playground.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Skillable Workshop Instructions/Images/aifoundry-chat-playground.jpeg -------------------------------------------------------------------------------- /lab/Skillable Workshop Instructions/Images/aifoundry-codeinterpreter-upload-file.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Skillable Workshop Instructions/Images/aifoundry-codeinterpreter-upload-file.jpeg -------------------------------------------------------------------------------- /lab/Skillable Workshop Instructions/Images/aifoundry-create-new-assistant.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Skillable Workshop Instructions/Images/aifoundry-create-new-assistant.jpeg -------------------------------------------------------------------------------- /lab/Skillable Workshop Instructions/Images/aifoundry-enable-audio.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Skillable Workshop Instructions/Images/aifoundry-enable-audio.jpeg -------------------------------------------------------------------------------- /lab/Skillable Workshop Instructions/Images/aifoundry-homepage.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Skillable Workshop Instructions/Images/aifoundry-homepage.jpeg -------------------------------------------------------------------------------- /lab/Skillable Workshop Instructions/Images/aifoundry-hub-navigation.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Skillable Workshop Instructions/Images/aifoundry-hub-navigation.jpeg -------------------------------------------------------------------------------- /lab/Skillable Workshop Instructions/Images/aifoundry-image-generation.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Skillable Workshop Instructions/Images/aifoundry-image-generation.jpeg -------------------------------------------------------------------------------- /lab/Skillable Workshop Instructions/Images/aifoundry-image-playground.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Skillable Workshop Instructions/Images/aifoundry-image-playground.jpeg -------------------------------------------------------------------------------- /lab/Skillable Workshop Instructions/Images/aifoundry-playgrounds.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Skillable Workshop Instructions/Images/aifoundry-playgrounds.jpeg -------------------------------------------------------------------------------- /lab/Skillable Workshop Instructions/Images/aifoundry-project-navigation.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Skillable Workshop Instructions/Images/aifoundry-project-navigation.jpeg -------------------------------------------------------------------------------- /lab/Skillable Workshop Instructions/Images/aifoundry-project-overview.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Skillable Workshop Instructions/Images/aifoundry-project-overview.jpeg -------------------------------------------------------------------------------- /lab/Skillable Workshop Instructions/Images/aifoundry-real-time-audio.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Skillable Workshop Instructions/Images/aifoundry-real-time-audio.jpeg -------------------------------------------------------------------------------- /lab/Skillable Workshop Instructions/Images/aifoundry-tools-codeinterpreter.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Skillable Workshop Instructions/Images/aifoundry-tools-codeinterpreter.jpeg -------------------------------------------------------------------------------- /lab/Skillable Workshop Instructions/Images/context-001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Skillable Workshop Instructions/Images/context-001.png -------------------------------------------------------------------------------- /lab/Skillable Workshop Instructions/Images/context-002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Skillable Workshop Instructions/Images/context-002.png -------------------------------------------------------------------------------- /lab/Skillable Workshop Instructions/Images/context-003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Skillable Workshop Instructions/Images/context-003.png -------------------------------------------------------------------------------- /lab/Skillable Workshop Instructions/Images/elephant-on-skateboard-picasso.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Skillable Workshop Instructions/Images/elephant-on-skateboard-picasso.png -------------------------------------------------------------------------------- /lab/Skillable Workshop Instructions/Images/house-multimodal/01.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Skillable Workshop Instructions/Images/house-multimodal/01.jpeg -------------------------------------------------------------------------------- /lab/Skillable Workshop Instructions/Images/house-multimodal/02.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Skillable Workshop Instructions/Images/house-multimodal/02.jpeg -------------------------------------------------------------------------------- /lab/Skillable Workshop Instructions/Images/house-multimodal/03.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Skillable Workshop Instructions/Images/house-multimodal/03.jpeg -------------------------------------------------------------------------------- /lab/Skillable Workshop Instructions/Images/house-multimodal/04.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Skillable Workshop Instructions/Images/house-multimodal/04.jpeg -------------------------------------------------------------------------------- /lab/Skillable Workshop Instructions/Images/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Skillable Workshop Instructions/Images/image.png -------------------------------------------------------------------------------- /lab/Skillable Workshop Instructions/Images/logo-with-stars.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Skillable Workshop Instructions/Images/logo-with-stars.png -------------------------------------------------------------------------------- /lab/Skillable Workshop Instructions/Images/robot-mascot-friendly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Skillable Workshop Instructions/Images/robot-mascot-friendly.png -------------------------------------------------------------------------------- /lab/Skillable Workshop Instructions/Images/text-generation-clearchat.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Skillable Workshop Instructions/Images/text-generation-clearchat.jpg -------------------------------------------------------------------------------- /lab/Skillable Workshop Instructions/Images/tpm-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Skillable Workshop Instructions/Images/tpm-1.jpg -------------------------------------------------------------------------------- /lab/Skillable Workshop Instructions/Images/tpm-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Skillable Workshop Instructions/Images/tpm-2.jpg -------------------------------------------------------------------------------- /lab/Skillable Workshop Instructions/Images/tpm-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Skillable Workshop Instructions/Images/tpm-3.jpg -------------------------------------------------------------------------------- /lab/Skillable Workshop Instructions/Images/upload_image_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Skillable Workshop Instructions/Images/upload_image_icon.png -------------------------------------------------------------------------------- /lab/Skillable Workshop Instructions/assets/Contoso_Sales_Revenue.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Skillable Workshop Instructions/assets/Contoso_Sales_Revenue.csv -------------------------------------------------------------------------------- /lab/Workshop Instructions/00_Introduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/00_Introduction.md -------------------------------------------------------------------------------- /lab/Workshop Instructions/01_Set_up.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/01_Set_up.md -------------------------------------------------------------------------------- /lab/Workshop Instructions/02_Text_Generation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/02_Text_Generation.md -------------------------------------------------------------------------------- /lab/Workshop Instructions/03_Image_Generation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/03_Image_Generation.md -------------------------------------------------------------------------------- /lab/Workshop Instructions/04_Multimodal_Interfaces.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/04_Multimodal_Interfaces.md -------------------------------------------------------------------------------- /lab/Workshop Instructions/05_AI_Agents.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/05_AI_Agents.md -------------------------------------------------------------------------------- /lab/Workshop Instructions/07_Summary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/07_Summary.md -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/A compact hiking backpack in vibrant red color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/A compact hiking backpack in vibrant red color.png -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/A corgi practicing karate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/A corgi practicing karate.png -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/A delicious pepperoni pizza with extra cheese, served on a rustic wooden table..png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/A delicious pepperoni pizza with extra cheese, served on a rustic wooden table..png -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/A down-filled, insulated winter jacket in deep blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/A down-filled, insulated winter jacket in deep blue.png -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/A large, 70-liter backpacking pack fully loaded with camping gear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/A large, 70-liter backpacking pack fully loaded with camping gear.png -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/A pair of rugged, cargo hiking pants in olive green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/A pair of rugged, cargo hiking pants in olive green.png -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/A purple elephant on a skateboard performing an olley, in the style of of Picasso.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/A purple elephant on a skateboard performing an olley, in the style of of Picasso.png -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/A robust, 8-person tent set up in the middle of an autumn forest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/A robust, 8-person tent set up in the middle of an autumn forest.png -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/A simple brown tent made out of polyester.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/A simple brown tent made out of polyester.png -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/A small tent in the middle of a storm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/A small tent in the middle of a storm.png -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/A small, realistic lightweight daypack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/A small, realistic lightweight daypack.png -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/A waterproof, breathable rain jacket in bright yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/A waterproof, breathable rain jacket in bright yellow.png -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/An elephant on a skateboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/An elephant on a skateboard.png -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/DALL·E 2024-11-14 09.27.57 - A watercolor painting of the Chicago skyline, showcasing iconic skyscrapers such as the Willis Tower and John Hancock Center. The city is bathed in so.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/DALL·E 2024-11-14 09.27.57 - A watercolor painting of the Chicago skyline, showcasing iconic skyscrapers such as the Willis Tower and John Hancock Center. The city is bathed in so.webp -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/Generate a logo combining a tent silhouette and stars, with a rustic feel for an adventure brand. (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/Generate a logo combining a tent silhouette and stars, with a rustic feel for an adventure brand. (1).png -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/Generate a logo for an adventure brand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/Generate a logo for an adventure brand.png -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/_Create a 3D animation of a modern office space design featuring ergonomic furniture, collaborative workspaces, and greenery elements. The office should have large windows for natural light, meeting pods, an.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/_Create a 3D animation of a modern office space design featuring ergonomic furniture, collaborative workspaces, and greenery elements. The office should have large windows for natural light, meeting pods, an.png -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/agents-actions.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/agents-actions.jpeg -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/agents-aoai-select.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/agents-aoai-select.jpeg -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/agents-playground-pt1.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/agents-playground-pt1.jpeg -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/agents-playground-pt2.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/agents-playground-pt2.jpeg -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/agents-playground-update-details.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/agents-playground-update-details.jpeg -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/agents-select-code-interpreter.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/agents-select-code-interpreter.jpeg -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/agents-try-in-playground.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/agents-try-in-playground.jpeg -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/ai-foundry-clear-instructios.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/ai-foundry-clear-instructios.png -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/ai-foundry-copy-response.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/ai-foundry-copy-response.png -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/ai-foundry-create-image.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/ai-foundry-create-image.jpg -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/ai-foundry-homepage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/ai-foundry-homepage.png -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/ai-studio-assistants-functions-playground.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/ai-studio-assistants-functions-playground.jpg -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/ai-studio-assistants-functions-playground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/ai-studio-assistants-functions-playground.png -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/ai-studio-assistants-playground.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/ai-studio-assistants-playground.jpg -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/ai-studio-assistants-playground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/ai-studio-assistants-playground.png -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/ai-studio-basic-prompting-v2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/ai-studio-basic-prompting-v2.jpg -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/ai-studio-buildpage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/ai-studio-buildpage.png -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/ai-studio-chat-playground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/ai-studio-chat-playground.png -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/ai-studio-clear-instructios.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/ai-studio-clear-instructios.png -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/ai-studio-click-project.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/ai-studio-click-project.png -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/ai-studio-copy-response.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/ai-studio-copy-response.png -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/ai-studio-create-image.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/ai-studio-create-image.jpg -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/ai-studio-createproj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/ai-studio-createproj.png -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/ai-studio-dalle.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/ai-studio-dalle.PNG -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/ai-studio-deployment.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/ai-studio-deployment.PNG -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/ai-studio-function-calling-chat.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/ai-studio-function-calling-chat.jpg -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/ai-studio-gpt4o-deploy.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/ai-studio-gpt4o-deploy.PNG -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/ai-studio-gpt4o-model.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/ai-studio-gpt4o-model.PNG -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/ai-studio-homepage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/ai-studio-homepage.png -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/ai-studio-hub-homepage.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/ai-studio-hub-homepage.jpg -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/ai-studio-hubmanagement-hub.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/ai-studio-hubmanagement-hub.jpg -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/ai-studio-hubmanagement.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/ai-studio-hubmanagement.jpg -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/ai-studio-hubmanagement.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/ai-studio-hubmanagement.png -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/ai-studio-image-playground.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/ai-studio-image-playground.jpg -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/ai-studio-image-playground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/ai-studio-image-playground.png -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/ai-studio-login-homepage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/ai-studio-login-homepage.png -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/ai-studio-new-hub.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/ai-studio-new-hub.PNG -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/ai-studio-new-project.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/ai-studio-new-project.PNG -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/ai-studio-new-resource-group.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/ai-studio-new-resource-group.PNG -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/ai-studio-parameters.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/ai-studio-parameters.jpg -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/ai-studio-playground.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/ai-studio-playground.jpg -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/ai-studio-playground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/ai-studio-playground.png -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/ai-studio-project-name.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/ai-studio-project-name.PNG -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/ai-studio-project.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/ai-studio-project.PNG -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/ai-studio-remove-csv-file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/ai-studio-remove-csv-file.png -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/ai-studio-system-message.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/ai-studio-system-message.jpg -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/aifoundry-assistant-plaground.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/aifoundry-assistant-plaground.jpeg -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/aifoundry-assistant-update-details.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/aifoundry-assistant-update-details.jpeg -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/aifoundry-chat-basicprompting.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/aifoundry-chat-basicprompting.jpeg -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/aifoundry-chat-instructions.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/aifoundry-chat-instructions.jpeg -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/aifoundry-chat-parameters.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/aifoundry-chat-parameters.jpeg -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/aifoundry-chat-playground.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/aifoundry-chat-playground.jpeg -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/aifoundry-codeinterpreter-upload-file.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/aifoundry-codeinterpreter-upload-file.jpeg -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/aifoundry-create-new-assistant.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/aifoundry-create-new-assistant.jpeg -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/aifoundry-enable-audio.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/aifoundry-enable-audio.jpeg -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/aifoundry-homepage.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/aifoundry-homepage.jpeg -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/aifoundry-hub-navigation.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/aifoundry-hub-navigation.jpeg -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/aifoundry-image-generation.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/aifoundry-image-generation.jpeg -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/aifoundry-image-playground.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/aifoundry-image-playground.jpeg -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/aifoundry-playgrounds.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/aifoundry-playgrounds.jpeg -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/aifoundry-project-navigation.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/aifoundry-project-navigation.jpeg -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/aifoundry-project-overview.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/aifoundry-project-overview.jpeg -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/aifoundry-real-time-audio.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/aifoundry-real-time-audio.jpeg -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/aifoundry-tools-codeinterpreter.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/aifoundry-tools-codeinterpreter.jpeg -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/assistants-playground-code-interpreter-tool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/assistants-playground-code-interpreter-tool.png -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/assistants_playground_attach_new_file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/assistants_playground_attach_new_file.png -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/assistants_playground_with_name_and_prompt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/assistants_playground_with_name_and_prompt.png -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/azure-portal-resource-group.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/azure-portal-resource-group.PNG -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/context-001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/context-001.png -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/context-002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/context-002.png -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/context-003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/context-003.png -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/contoso_outdoor_ecommerce_sketch_notes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/contoso_outdoor_ecommerce_sketch_notes.jpg -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/delete-resource-group-name.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/delete-resource-group-name.PNG -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/delete-resource-group-navigation.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/delete-resource-group-navigation.PNG -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/delete-resource-group-notification-popup.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/delete-resource-group-notification-popup.PNG -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/elephant-on-skateboard-picasso copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/elephant-on-skateboard-picasso copy.png -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/elephant-on-skateboard-picasso.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/elephant-on-skateboard-picasso.png -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/image copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/image copy.png -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/image.png -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/logo-with-stars.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/logo-with-stars.png -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/robot-mascot-friendly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/robot-mascot-friendly.png -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/text-generation-clearchat.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/text-generation-clearchat.jpg -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/tpm-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/tpm-1.jpg -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/tpm-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/tpm-2.jpg -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/tpm-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/tpm-3.jpg -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/upload_image_icon copy 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/upload_image_icon copy 2.png -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/upload_image_icon copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/upload_image_icon copy.png -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/upload_image_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/upload_image_icon.png -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/vs-code-view-html copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/vs-code-view-html copy.png -------------------------------------------------------------------------------- /lab/Workshop Instructions/Images/vs-code-view-html.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/Images/vs-code-view-html.png -------------------------------------------------------------------------------- /lab/Workshop Instructions/assets/AITour24_WKR540_Template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/assets/AITour24_WKR540_Template.json -------------------------------------------------------------------------------- /lab/Workshop Instructions/assets/Contoso_Sales_Revenue.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/lab/Workshop Instructions/assets/Contoso_Sales_Revenue.csv -------------------------------------------------------------------------------- /session-delivery-resources/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/session-delivery-resources/README.md -------------------------------------------------------------------------------- /translations/ja/CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/translations/ja/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /translations/ja/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/translations/ja/README.md -------------------------------------------------------------------------------- /translations/ja/SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/translations/ja/SECURITY.md -------------------------------------------------------------------------------- /translations/ja/lab/Skillable Workshop Instructions/00_Introduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/translations/ja/lab/Skillable Workshop Instructions/00_Introduction.md -------------------------------------------------------------------------------- /translations/ja/lab/Skillable Workshop Instructions/01_Set_up.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/translations/ja/lab/Skillable Workshop Instructions/01_Set_up.md -------------------------------------------------------------------------------- /translations/ja/lab/Skillable Workshop Instructions/02_Text_Generation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/translations/ja/lab/Skillable Workshop Instructions/02_Text_Generation.md -------------------------------------------------------------------------------- /translations/ja/lab/Skillable Workshop Instructions/03_Image_Generation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/translations/ja/lab/Skillable Workshop Instructions/03_Image_Generation.md -------------------------------------------------------------------------------- /translations/ja/lab/Skillable Workshop Instructions/04_Multimodal_Interfaces.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/translations/ja/lab/Skillable Workshop Instructions/04_Multimodal_Interfaces.md -------------------------------------------------------------------------------- /translations/ja/lab/Skillable Workshop Instructions/05_AI_Agents.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/translations/ja/lab/Skillable Workshop Instructions/05_AI_Agents.md -------------------------------------------------------------------------------- /translations/ja/lab/Skillable Workshop Instructions/07_Summary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/translations/ja/lab/Skillable Workshop Instructions/07_Summary.md -------------------------------------------------------------------------------- /translations/ja/lab/Workshop Instructions/00_Introduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/translations/ja/lab/Workshop Instructions/00_Introduction.md -------------------------------------------------------------------------------- /translations/ja/lab/Workshop Instructions/01_Set_up.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/translations/ja/lab/Workshop Instructions/01_Set_up.md -------------------------------------------------------------------------------- /translations/ja/lab/Workshop Instructions/02_Text_Generation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/translations/ja/lab/Workshop Instructions/02_Text_Generation.md -------------------------------------------------------------------------------- /translations/ja/lab/Workshop Instructions/03_Image_Generation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/translations/ja/lab/Workshop Instructions/03_Image_Generation.md -------------------------------------------------------------------------------- /translations/ja/lab/Workshop Instructions/04_Multimodal_Interfaces.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/translations/ja/lab/Workshop Instructions/04_Multimodal_Interfaces.md -------------------------------------------------------------------------------- /translations/ja/lab/Workshop Instructions/05_AI_Agents.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/translations/ja/lab/Workshop Instructions/05_AI_Agents.md -------------------------------------------------------------------------------- /translations/ja/lab/Workshop Instructions/07_Summary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/translations/ja/lab/Workshop Instructions/07_Summary.md -------------------------------------------------------------------------------- /translations/ja/session-delivery-resources/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/translations/ja/session-delivery-resources/README.md -------------------------------------------------------------------------------- /translations/ko/CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/translations/ko/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /translations/ko/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/translations/ko/README.md -------------------------------------------------------------------------------- /translations/ko/SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/translations/ko/SECURITY.md -------------------------------------------------------------------------------- /translations/ko/lab/Skillable Workshop Instructions/00_Introduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/translations/ko/lab/Skillable Workshop Instructions/00_Introduction.md -------------------------------------------------------------------------------- /translations/ko/lab/Skillable Workshop Instructions/01_Set_up.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/translations/ko/lab/Skillable Workshop Instructions/01_Set_up.md -------------------------------------------------------------------------------- /translations/ko/lab/Skillable Workshop Instructions/02_Text_Generation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/translations/ko/lab/Skillable Workshop Instructions/02_Text_Generation.md -------------------------------------------------------------------------------- /translations/ko/lab/Skillable Workshop Instructions/03_Image_Generation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/translations/ko/lab/Skillable Workshop Instructions/03_Image_Generation.md -------------------------------------------------------------------------------- /translations/ko/lab/Skillable Workshop Instructions/04_Multimodal_Interfaces.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/translations/ko/lab/Skillable Workshop Instructions/04_Multimodal_Interfaces.md -------------------------------------------------------------------------------- /translations/ko/lab/Skillable Workshop Instructions/05_AI_Agents.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/translations/ko/lab/Skillable Workshop Instructions/05_AI_Agents.md -------------------------------------------------------------------------------- /translations/ko/lab/Skillable Workshop Instructions/07_Summary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/translations/ko/lab/Skillable Workshop Instructions/07_Summary.md -------------------------------------------------------------------------------- /translations/ko/lab/Workshop Instructions/00_Introduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/translations/ko/lab/Workshop Instructions/00_Introduction.md -------------------------------------------------------------------------------- /translations/ko/lab/Workshop Instructions/01_Set_up.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/translations/ko/lab/Workshop Instructions/01_Set_up.md -------------------------------------------------------------------------------- /translations/ko/lab/Workshop Instructions/02_Text_Generation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/translations/ko/lab/Workshop Instructions/02_Text_Generation.md -------------------------------------------------------------------------------- /translations/ko/lab/Workshop Instructions/03_Image_Generation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/translations/ko/lab/Workshop Instructions/03_Image_Generation.md -------------------------------------------------------------------------------- /translations/ko/lab/Workshop Instructions/04_Multimodal_Interfaces.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/translations/ko/lab/Workshop Instructions/04_Multimodal_Interfaces.md -------------------------------------------------------------------------------- /translations/ko/lab/Workshop Instructions/05_AI_Agents.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/translations/ko/lab/Workshop Instructions/05_AI_Agents.md -------------------------------------------------------------------------------- /translations/ko/lab/Workshop Instructions/07_Summary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/translations/ko/lab/Workshop Instructions/07_Summary.md -------------------------------------------------------------------------------- /translations/ko/session-delivery-resources/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/translations/ko/session-delivery-resources/README.md -------------------------------------------------------------------------------- /translations/tw/CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/translations/tw/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /translations/tw/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/translations/tw/README.md -------------------------------------------------------------------------------- /translations/tw/SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/translations/tw/SECURITY.md -------------------------------------------------------------------------------- /translations/tw/lab/Skillable Workshop Instructions/00_Introduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/translations/tw/lab/Skillable Workshop Instructions/00_Introduction.md -------------------------------------------------------------------------------- /translations/tw/lab/Skillable Workshop Instructions/01_Set_up.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/translations/tw/lab/Skillable Workshop Instructions/01_Set_up.md -------------------------------------------------------------------------------- /translations/tw/lab/Skillable Workshop Instructions/02_Text_Generation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/translations/tw/lab/Skillable Workshop Instructions/02_Text_Generation.md -------------------------------------------------------------------------------- /translations/tw/lab/Skillable Workshop Instructions/03_Image_Generation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/translations/tw/lab/Skillable Workshop Instructions/03_Image_Generation.md -------------------------------------------------------------------------------- /translations/tw/lab/Skillable Workshop Instructions/04_Multimodal_Interfaces.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/translations/tw/lab/Skillable Workshop Instructions/04_Multimodal_Interfaces.md -------------------------------------------------------------------------------- /translations/tw/lab/Skillable Workshop Instructions/05_AI_Agents.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/translations/tw/lab/Skillable Workshop Instructions/05_AI_Agents.md -------------------------------------------------------------------------------- /translations/tw/lab/Skillable Workshop Instructions/07_Summary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/translations/tw/lab/Skillable Workshop Instructions/07_Summary.md -------------------------------------------------------------------------------- /translations/tw/lab/Workshop Instructions/00_Introduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/translations/tw/lab/Workshop Instructions/00_Introduction.md -------------------------------------------------------------------------------- /translations/tw/lab/Workshop Instructions/01_Set_up.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/translations/tw/lab/Workshop Instructions/01_Set_up.md -------------------------------------------------------------------------------- /translations/tw/lab/Workshop Instructions/02_Text_Generation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/translations/tw/lab/Workshop Instructions/02_Text_Generation.md -------------------------------------------------------------------------------- /translations/tw/lab/Workshop Instructions/03_Image_Generation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/translations/tw/lab/Workshop Instructions/03_Image_Generation.md -------------------------------------------------------------------------------- /translations/tw/lab/Workshop Instructions/04_Multimodal_Interfaces.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/translations/tw/lab/Workshop Instructions/04_Multimodal_Interfaces.md -------------------------------------------------------------------------------- /translations/tw/lab/Workshop Instructions/05_AI_Agents.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/translations/tw/lab/Workshop Instructions/05_AI_Agents.md -------------------------------------------------------------------------------- /translations/tw/lab/Workshop Instructions/07_Summary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/translations/tw/lab/Workshop Instructions/07_Summary.md -------------------------------------------------------------------------------- /translations/tw/session-delivery-resources/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/translations/tw/session-delivery-resources/README.md -------------------------------------------------------------------------------- /translations/zh/CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/translations/zh/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /translations/zh/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/translations/zh/README.md -------------------------------------------------------------------------------- /translations/zh/SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/translations/zh/SECURITY.md -------------------------------------------------------------------------------- /translations/zh/lab/Skillable Workshop Instructions/00_Introduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/translations/zh/lab/Skillable Workshop Instructions/00_Introduction.md -------------------------------------------------------------------------------- /translations/zh/lab/Skillable Workshop Instructions/01_Set_up.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/translations/zh/lab/Skillable Workshop Instructions/01_Set_up.md -------------------------------------------------------------------------------- /translations/zh/lab/Skillable Workshop Instructions/02_Text_Generation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/translations/zh/lab/Skillable Workshop Instructions/02_Text_Generation.md -------------------------------------------------------------------------------- /translations/zh/lab/Skillable Workshop Instructions/03_Image_Generation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/translations/zh/lab/Skillable Workshop Instructions/03_Image_Generation.md -------------------------------------------------------------------------------- /translations/zh/lab/Skillable Workshop Instructions/04_Multimodal_Interfaces.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/translations/zh/lab/Skillable Workshop Instructions/04_Multimodal_Interfaces.md -------------------------------------------------------------------------------- /translations/zh/lab/Skillable Workshop Instructions/05_AI_Agents.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/translations/zh/lab/Skillable Workshop Instructions/05_AI_Agents.md -------------------------------------------------------------------------------- /translations/zh/lab/Skillable Workshop Instructions/07_Summary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/translations/zh/lab/Skillable Workshop Instructions/07_Summary.md -------------------------------------------------------------------------------- /translations/zh/lab/Workshop Instructions/00_Introduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/translations/zh/lab/Workshop Instructions/00_Introduction.md -------------------------------------------------------------------------------- /translations/zh/lab/Workshop Instructions/01_Set_up.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/translations/zh/lab/Workshop Instructions/01_Set_up.md -------------------------------------------------------------------------------- /translations/zh/lab/Workshop Instructions/02_Text_Generation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/translations/zh/lab/Workshop Instructions/02_Text_Generation.md -------------------------------------------------------------------------------- /translations/zh/lab/Workshop Instructions/03_Image_Generation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/translations/zh/lab/Workshop Instructions/03_Image_Generation.md -------------------------------------------------------------------------------- /translations/zh/lab/Workshop Instructions/04_Multimodal_Interfaces.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/translations/zh/lab/Workshop Instructions/04_Multimodal_Interfaces.md -------------------------------------------------------------------------------- /translations/zh/lab/Workshop Instructions/05_AI_Agents.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/translations/zh/lab/Workshop Instructions/05_AI_Agents.md -------------------------------------------------------------------------------- /translations/zh/lab/Workshop Instructions/07_Summary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/translations/zh/lab/Workshop Instructions/07_Summary.md -------------------------------------------------------------------------------- /translations/zh/session-delivery-resources/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-interact-with-llms/HEAD/translations/zh/session-delivery-resources/README.md --------------------------------------------------------------------------------