Files
aicli/sample-config.yml
Jay 91c61ca4c8
All checks were successful
Release / release (push) Successful in 3m13s
Initial commit.
2025-10-25 21:23:20 -04:00

16 lines
541 B
YAML

# AICLI Sample Configuration
# Save this file and specify its path with --config flag or AICLI_CONFIG_FILE
# environment variable
# API Configuration
protocol: openai # API protocol: openai or ollama
url: https://api.ppq.ai/chat/completions # API endpoint URL
key_file: ~/.aicli_key # Path to file containing your API key
# Model Configuration
model: gpt-4o-mini # Primary model to use
fallback: gpt-4.1-mini,o3 # Comma-separated fallback models
# Prompt Configuration
system_file: ~/.aicli_system # Path to file containing system prompt