Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History

generate-models

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

generate-models

This is a script to generate the models for the groq-go library.

Usage

Make sure you have a groq key set in the environment variable GROQ_KEY.

Also, make sure to run this from the root of the groq-go project.

export GROQ_KEY=your-groq-key
go run ./cmd/generate-models

Or you can run it automatically with go generate at the root of the project:

go generate