1
0
Fork 0

elia: replace with aichat

This commit is contained in:
Luca Bilke 2025-02-26 10:43:37 +01:00
parent 235361e3a3
commit 4350cb779b
Signed by: luca
GPG key ID: F6E11C9BAA7C82F5
3 changed files with 8 additions and 9 deletions
.gitattributes
common/.config

1
.gitattributes vendored
View file

@ -1,5 +1,6 @@
*/.local/libexec/cron/backup filter=redact
*/.config/elia/config.toml filter=redact
*/.config/aichat/config.yaml filter=redact
*/.config/nvim/lua/config/secrets.lua filter=redact
*/.local/bin/openproject_hours filter=redact
*/.config/task/host filter=redact

View file

@ -0,0 +1,7 @@
# see https://github.com/sigoden/aichat/blob/main/config.example.yaml
model: claude:claude-3-5-sonnet-latest
clients:
- type: claude
api_key: <#anthropic_apikey#>
keybindings: vi

View file

@ -1,9 +0,0 @@
default_model = "anthropic/claude-3-5-sonnet-latest"
system_prompt = "You are a coding and linux system administration assistant."
theme = "monokai"
[[models]]
name = "anthropic/claude-3-5-sonnet-latest"
temperature = 0.5
api_key = "<#anthropic_apikey#>"
api_base = "https://api.anthropic.com/v1/messages"