helix: add aichat
This commit is contained in:
parent
fe22704b14
commit
8eafc911fe
@ -25,7 +25,9 @@ let
|
|||||||
api_base: https://ollama.giugl.io
|
api_base: https://ollama.giugl.io
|
||||||
api_key: null
|
api_key: null
|
||||||
models:
|
models:
|
||||||
- name: pino-fast
|
- name: pino-coder-fast
|
||||||
|
max_input_tokens: null
|
||||||
|
- name: pino-coder
|
||||||
max_input_tokens: null
|
max_input_tokens: null
|
||||||
'';
|
'';
|
||||||
aichatRoles = ''
|
aichatRoles = ''
|
||||||
@ -85,11 +87,12 @@ in
|
|||||||
center = ["file-name"]
|
center = ["file-name"]
|
||||||
|
|
||||||
[keys.select.l]
|
[keys.select.l]
|
||||||
c = ":pipe ${pkgs.unstablePkgs.aichat}/bin/aichat -c -r comment"
|
c = ":pipe ${pkgs.unstablePkgs.aichat}/bin/aichat -m pino-coder-fast -c -r comment"
|
||||||
|
C = ":pipe ${pkgs.unstablePkgs.aichat}/bin/aichat -m pino-coder -c -r comment"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
"${aichatConfigDir}/roles.yaml".text = aichatRoles;
|
".config/aichat/roles.yaml".text = aichatRoles;
|
||||||
"${aichatConfigDir}/config.yaml".text = aichatConfig;
|
".config/aichat/config.yaml".text = aichatConfig;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user