Quick Setup
- Copy
.env.example
to .env
and add your API key:
- (Optional) Create
pynions.json
if you need custom settings:
That's it! You're ready to start using Pynions.
Configuration Files
1. API Keys (.env)
Put your API keys in .env
file in the root directory:
2. Optional Settings (pynions.json)
If you need to customize settings, create pynions.json
in the root directory:
All settings are optional and have sensible defaults.
Using in Scripts
Access configuration in your scripts:
AI Configuration
Pynions uses LiteLLM for AI features. The configuration system automatically manages API keys and model settings.
Example usage:
See LiteLLM documentation for more options.