Files
GoLoom/configs/application.yaml
hhs 018fe07773
Some checks failed
GoLoom CI / Lint (push) Successful in 9m25s
GoLoom CI / Test (push) Failing after 24s
GoLoom CI / Build (push) Has been skipped
GoLoom CI / Docker Build (push) Has been skipped
chore(init): 初始化项目目录结构与 Go 模块
2026-06-09 23:53:08 +08:00

15 lines
233 B
YAML

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