Files
agent_alpha/.env.example
T

22 lines
577 B
Bash

# Set to true to enable debug logging and SQL echo
DEBUG=false
# OpenAI-compatible API configuration
LLM_BASE_URL=http://host.docker.internal:11434/v1
LLM_MODEL=llama
EMBEDDING_BASE_URL=http://host.docker.internal:11434/v1
EMBEDDING_API_KEY=
# API key for the LLM provider (leave empty for local servers like Ollama)
LLM_API_KEY=
# Logfire observability (set your token to enable)
LOGFIRE_TOKEN=
# PostgreSQL (asyncpg connection string)
DATABASE_URL=postgresql+asyncpg://agent_alpha:agent_alpha@postgres:5432/agent_alpha
# Valkey / Redis
VALKEY_URL=redis://valkey:6379/0