Skip to content

sample LLM application with Firebase Genkit using Golang

Notifications You must be signed in to change notification settings

yukinagae/genkit-golang-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

genkit-golang-sample

genkit-golang-sample is a sample repository to help you learn how to build LLM applications with Firebase Genkit using Golang.

Requirements

Verify your installations:

$ go version
v22.4.1
$ genkit --version
0.5.4

Usage

Set your API key and start Genkit:

$ export GOOGLE_GENAI_API_KEY=your_api_key
$ make genkit # Starts Genkit

Open your browser and navigate to http://localhost:4000 to access the Genkit UI.

License

MIT

About

sample LLM application with Firebase Genkit using Golang

Topics

Resources

Stars

Watchers

Forks