Skip to content

A simple chatbot that uses the Go SDK for Google Generative AI

License

Notifications You must be signed in to change notification settings

kavinaravind/go-genai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GenAI Chatbot

A simple chatbot that uses the Go SDK for Google Generative AI.

chatbot.mp4

Getting Started

These instructions will get you up and running on your local machine for development purposes.

Prerequisites

  • Go (currently running: go version go1.22.4 darwin/arm64)
  • Make (currently running: GNU Make 3.81)

Building

git clone https://github.com/kavinaravind/go-genai.git
cd go-genai
make build

Google Generative AI

You can start by Getting an API Key to use the Gemini API.

Running

./chatbot --api-key <API_KEY> # after building the binary via make build

About

A simple chatbot that uses the Go SDK for Google Generative AI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published