Configuration
Configuration
Q: What is licenses.json
?
A: This file contains license templates with placeholders for author, year, and project. It must be present in the project root or script directory.
Q: How do I set my OpenAI API key?
A: Create a .env
file in your project root with the line:
OPENAI_API_KEY=your-openai-api-key-here
Or set it in your shell with:
export OPENAI_API_KEY=your-openai-api-key-here