genkit-golang-sample
is a sample repository to help you learn how to build LLM applications with Firebase Genkit using Golang.
- Go: Follow the Go - Download and install to install Go.
- Genkit: Follow the Firebase Genkit - Get started to install Genkit.
Verify your installations:
$ go version
go version go1.23.2 darwin/arm64
$ genkit --version
0.5.10
Set your API key and start Genkit:
$ export GOOGLE_GENAI_API_KEY=your_api_key
$ genkit start -o # Starts Genkit
Open your browser and navigate to http://localhost:4000 to access the Genkit UI.
MIT