SHA256
1
0
Files
deploy/roles/apps/aichat.yml
2026-01-30 01:09:52 -05:00

14 lines
323 B
YAML

cargo:
- aichat
configs:
- path: "{{ ansible_facts['env']['HOME'] }}/.config/aichat/config.yaml"
template: |
# see https://github.com/sigoden/aichat/blob/main/config.example.yaml
model: claude:claude-haiku-4-5-20251001
clients:
- type: claude
api_key: {{ ANTHROPIC_API_KEY }}