Files
GoLoom/configs/application.yaml

15 lines
233 B
YAML
Raw Normal View History

app:
name: goloom
env: development
port: ${SERVER_PORT:-8091}
llm:
base_url: ${LLM_BASE_URL}
api_key: ${LLM_API_KEY}
model: ${LLM_MODEL:-deepseek-chat}
timeout: 30s
max_retries: 3
agent:
config_dir: configs/agent