[Docs] the remote endpoint requires a key; drop work paths from common
This commit is contained in:
@@ -93,5 +93,12 @@ lk(){
|
||||
&& recsel "$DB" -q "$query" | recfmt -f "$HOME/projects/dmz/soft/lk/lists.fmt" | less
|
||||
}
|
||||
|
||||
# Keepassxc search
|
||||
kp() {
|
||||
local DB="${KP_DB:?Error: KP_DB environment variable is not set. Check .bash_profile.}"
|
||||
read -sp "Enter db password: " pass; echo ""; printf '%s\n' "$pass" | keepassxc-cli ls -q -R "$DB" | fzf | (read -r entry; printf '%s\n' "$pass" | keepassxc-cli clip -q "$DB" "$entry" 0)
|
||||
}
|
||||
|
||||
# Per-host extras
|
||||
[ -f ~/.bashrc.host ] && . ~/.bashrc.host
|
||||
|
||||
|
||||
@@ -47,7 +47,8 @@ clients:
|
||||
max_input_tokens: 62000 # ctx 65536
|
||||
- name: gpt-oss-20b-low
|
||||
max_input_tokens: 62000 # ctx 65536
|
||||
# Remote access via duskadiy.com (reachable from anywhere; no key required)
|
||||
# Remote access via duskadiy.com (reachable from anywhere; requires an API key —
|
||||
# $DUSKADIY_API_KEY, from the gitignored conf.d/secrets.fish). The LAN endpoint above is keyless.
|
||||
# Same server, same model ids — reuse the list above via a YAML anchor.
|
||||
- type: openai-compatible
|
||||
name: duskadiy
|
||||
|
||||
@@ -52,8 +52,6 @@ alias cdots="cd ~/.dots/"
|
||||
alias cpnotes="cd ~/sync/PersonalNotes/"
|
||||
alias cnotes="cd ~/sync/CojaDuska/Notes/"
|
||||
abbr notes "cnotes && nvim"
|
||||
abbr wnotes "cd ~/sync/Wingman/notes && nvim"
|
||||
abbr wtodo "cd ~/sync/Wingman/notes/wm-client/ && nvim todo.md"
|
||||
abbr dots "cdots && nvim"
|
||||
abbr dotsync "cdots && ./bin/dotsync"
|
||||
abbr pnotes "cpnotes && nvim"
|
||||
|
||||
Reference in New Issue
Block a user