A simple chatbot that uses the Go SDK for Google Generative AI.
chatbot.mp4
These instructions will get you up and running on your local machine for development purposes.
- Go (currently running: go version go1.22.4 darwin/arm64)
- Make (currently running: GNU Make 3.81)
git clone https://github.com/kavinaravind/go-genai.git
cd go-genai
make build
You can start by Getting an API Key to use the Gemini API.
./chatbot --api-key <API_KEY> # after building the binary via make build