Configuration
Customize DJINN to fit your workflow.
LLM Settings
Change your backend and model with one command.
djinn config --backend ollama
djinn config --model llama3
Themes
Choose from our beautiful terminal themes.
djinn theme hacker
djinn theme minimal
API Keys
If using OpenAI or other cloud providers, set your API key environment variable.
export OPENAI_API_KEY="your-key-here"