diff --git a/ai-chatbot-ampere.zip b/ai-chatbot-ampere.zip index 58ca98d17..b383f5536 100644 Binary files a/ai-chatbot-ampere.zip and b/ai-chatbot-ampere.zip differ diff --git a/ai-chatbot-ampere/lab1_setup_vcn_compute/lab1_setup_vcn_compute.md b/ai-chatbot-ampere/lab1_setup_vcn_compute/lab1_setup_vcn_compute.md index e67b746b5..071d84ea6 100644 --- a/ai-chatbot-ampere/lab1_setup_vcn_compute/lab1_setup_vcn_compute.md +++ b/ai-chatbot-ampere/lab1_setup_vcn_compute/lab1_setup_vcn_compute.md @@ -6,7 +6,7 @@ Oracle Cloud Infrastructure (OCI) Compute lets you create multiple Virtual Cloud Be sure to review [Overview of Networking](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/overview.htm) to gain a full understanding of the network components. -Estimated Time: 30 minutes +Estimated Time: 20 minutes ### Objectives In this lab, you will: diff --git a/ai-chatbot-ampere/lab3_setup_container_registory/lab3_setup_container_registory.md b/ai-chatbot-ampere/lab3_setup_container_registory/lab3_setup_container_registory.md index 1782c7b01..05db4c49f 100644 --- a/ai-chatbot-ampere/lab3_setup_container_registory/lab3_setup_container_registory.md +++ b/ai-chatbot-ampere/lab3_setup_container_registory/lab3_setup_container_registory.md @@ -4,6 +4,8 @@ Oracle Cloud Infrastructure Registry is an Oracle-managed registry that enables you to simplify your development to production workflow. Oracle Cloud Infrastructure Registry makes it easy for you as a developer to store, share, and manage development artifacts like Docker images. And the highly available and scalable architecture of Oracle Cloud Infrastructure ensures you can reliably deploy your applications. +Estimated Time: 10 minutes + ## Task 1: Create Auth token and a OCIR repository 1. Sign into your OCI console and click the user icon (top right) then **My Profile**. Under Resources Click **Auth Token**, then **Generate Token**. In pop up window provide a description then Click **Generate Token** @@ -149,8 +151,9 @@ appear. ![](images/ocir_hol42.png " ") *Congratulations! You have successfully completed the lab.* +You may now **proceed to the next lab**. ## Acknowledgements -* **Author** - -* **Contributors** - -* **Last Updated By/Date** - \ No newline at end of file +* **Author** - Animesh Sahay and Francis Regalado, Enterprise Cloud Architect, OCI Cloud Venture +* **Contributors** - Andrew Lynch, Director Cloud Engineering, OCI Cloud Venture +* **Last Updated By/Date** - Animesh Sahay, April 2024 \ No newline at end of file diff --git a/ai-chatbot-ampere/lab4_deploy_application/lab4_deploy_application.md b/ai-chatbot-ampere/lab4_deploy_application/lab4_deploy_application.md index c76d5e933..f401c0322 100644 --- a/ai-chatbot-ampere/lab4_deploy_application/lab4_deploy_application.md +++ b/ai-chatbot-ampere/lab4_deploy_application/lab4_deploy_application.md @@ -4,6 +4,8 @@ In this lab we deploy the opensource chat-bot image from OCIR and expose it on a public URL to use it via the internet. +Estimated Time: 30 minutes + ## Task 1: Deploy chatbot app using minikube 1. SSH into your compute instance if not already in, Enter command: diff --git a/ai-chatbot-ampere/lab5_interact_with_chatbot/lab5_interact_with_chatbot.md b/ai-chatbot-ampere/lab5_interact_with_chatbot/lab5_interact_with_chatbot.md index 61e283229..c6be0d0bb 100644 --- a/ai-chatbot-ampere/lab5_interact_with_chatbot/lab5_interact_with_chatbot.md +++ b/ai-chatbot-ampere/lab5_interact_with_chatbot/lab5_interact_with_chatbot.md @@ -4,6 +4,8 @@ In this lab we use the deployed application to run LLama models. +Estimated Time: 10 minutes + ## Task 1: Re-access the serge-ai chat application 1. Re-access the application on your browser, open a browser windows and enter following URL: @@ -33,7 +35,6 @@ In this lab we use the deployed application to run LLama models. Play around with the models and their parameters to generate different results. *Congratulations! You have successfully completed the lab.*
-You may now **proceed to the next lab**. ## Acknowledgements * **Author** - Animesh Sahay and Francis Regalado, Enterprise Cloud Architect, OCI Cloud Venture