Environment variables
You can use these environment variables to customize the Seed CLI behavior.
Name | Description |
---|---|
OPENAI_API_KEY | Use an OpenAI API key to generate examples for text-based entries. |
GROQ_API_KEY | Use a GROQ API key to generate examples for text-based entries. |
AI_MODEL_NAME | Specify the AI model name. Example: gpt-4-mini,llama-3.1-8b-instant |
AI_CONCURRENCY | Specify the number of concurrent requests to make. Default for OpeanAI is 5 and Groq 1 |