repositorypackage
0.1.21
Repository: https://github.com/meinside/gemini-things-go.git
Documentation: pkg.go.dev
# README
gemini-things-go
A helper library for generating things with Gemini API.
Usage
See the code examples in the generation_test.go file.
Test
$ API_KEY="AIabcdefghijklmnopqrstuvwxyz_ABCDEFG-00000000-00" go test
# for verbose output:
$ API_KEY="AIabcdefghijklmnopqrstuvwxyz_ABCDEFG-00000000-00" VERBOSE=true go test