Create .env
file in root directory and add your API keys:
OPENAI_API_KEY=sk-xxxxx
Building project locally:
mvn clean verify
or using Make
make build
We welcome contributions! Please see the Contributing Guidelines for details.
Create .env
file in root directory and add your API keys:
OPENAI_API_KEY=sk-xxxxx
Building project locally:
mvn clean verify
or using Make
make build
We welcome contributions! Please see the Contributing Guidelines for details.