# yaak configuration
# Place this file at: ~/.config/yaak/config.toml
# OpenAI-compatible API base URL
# Examples:
# OpenAI: "https://api.openai.com/v1"
# Ollama: "http://localhost:11434/v1"
# Together: "https://api.together.xyz/v1"
# OpenRouter: "https://openrouter.ai/api/v1"
= "https://api.openai.com/v1"
# Your API key
= "sk-..."
# Model to use
= "gpt-4o-mini"