Skip to content

Latest commit

 

History

History
25 lines (12 loc) · 595 Bytes

README.md

File metadata and controls

25 lines (12 loc) · 595 Bytes

Introduction

Gemini Chatbot demonstrate how to quickly build and deploy a chatbot powered with Gemini.

The user interface is developed using Streamlit.

The application is deployed with Cloud Run.

Deployment using Google Cloud SDK

To deploy the application, run the command:

.\deploy.sh

This will result in runing the deployment for the chatbot app.

gcloud run deploy simple-app --source . --region=$LOCATION --project=$PROJECT --allow-unauthenticated

Start app

The application will run when Cloud Run instance will start.