elia: replace with aichat
This commit is contained in:
parent
235361e3a3
commit
4350cb779b
3 changed files with 8 additions and 9 deletions
1
.gitattributes
vendored
1
.gitattributes
vendored
|
@ -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
|
||||
|
|
7
common/.config/aichat/config.yaml
Normal file
7
common/.config/aichat/config.yaml
Normal 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
|
|
@ -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"
|
Loading…
Add table
Reference in a new issue