25 lines
676 B
Plaintext
25 lines
676 B
Plaintext
# API Keys for LLM Providers
|
|
# Copy this file to .env and fill in your actual API keys
|
|
# DO NOT commit .env to version control!
|
|
|
|
# OpenRouter API Key
|
|
# Get yours at: https://openrouter.ai/keys
|
|
OPENROUTER_API_KEY=your_openrouter_api_key_here
|
|
|
|
# Optional: Override default OpenRouter base URL
|
|
# OPENROUTER_BASE_URL=https://openrouter.ai/api/v1
|
|
|
|
# LMStudio Base URL (if using local models)
|
|
# Default: http://localhost:1234/v1
|
|
# LMSTUDIO_BASE_URL=http://localhost:1234/v1
|
|
|
|
# Logging Configuration
|
|
# Options: DEBUG, INFO, WARNING, ERROR, CRITICAL
|
|
LOG_LEVEL=INFO
|
|
|
|
# Optional: Enable file logging
|
|
# LOG_FILE=debates.log
|
|
|
|
# Optional: Configuration file path
|
|
# CONFIG_FILE=config.yaml
|