Skip to content

Latest commit

 

History

History

js-chatbot

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Chatbot

This is a simple chatbot. You can pick which model to use.

Prerequisite

The sample is using Vertex AI, so you'll need to auth (you can skip this if running on IDX)

gcloud auth login gcloud auth application-default login --project YOUR_PROJECT

Install deps and run the chatbot app

npm run setup npm start

Point your browser to http://localhost:4200/

Inspect runs in http://localhost:4000/

close