Merge branch 'master' of ssh://git.giugl.io/peperunas/nixos
This commit is contained in:
commit
fe959febef
@ -10,3 +10,11 @@ clients:
|
||||
- name: pino-coder
|
||||
max_input_tokens: 16000
|
||||
max_output_tokens: 16000
|
||||
|
||||
- name: pino-embed
|
||||
type: embedding
|
||||
default_chunk_size: 512
|
||||
max_batch_size: 100
|
||||
|
||||
rag_embedding_model: ollama:pino-embed
|
||||
rag_top_k: 5
|
@ -26,6 +26,8 @@ in
|
||||
source ${pkgs.nix-index}/etc/profile.d/command-not-found.sh
|
||||
${if pkgs.stdenv.isDarwin then "export PATH=/opt/homebrew/opt/ruby/bin:/opt/homebrew/bin:/opt/homebrew/sbin:$PATH" else ""}
|
||||
|
||||
recap() { aichat -f "$@" ;}
|
||||
|
||||
source ${commitFunctions}/bin/commits.sh
|
||||
'';
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user