unpage configure
command, which will guide you through selecting a provider and model.
~/.unpage/profiles/<profile_name>/config.yaml
:
us-east-1
region if no region is set in the environment.
temperature
: 0 (most deterministic responses)max_tokens
: Set to the model’s maximum context lengthcache
: true (enables response caching for efficiency)OPENAI_API_KEY
: For OpenAI modelsANTHROPIC_API_KEY
: For Anthropic modelsAWS_ACCESS_KEY_ID
and AWS_SECRET_ACCESS_KEY
: For Amazon Bedrock modelsAWS_REGION
or AWS_DEFAULT_REGION
: Region for Amazon Bedrock (defaults to us-east-1
)