From 8795b45fb1ed6db54016d8a014822eba6338a916 Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Tue, 30 Apr 2024 12:00:47 +0100 Subject: [PATCH] aichat: added more providers --- roles/home/helix.nix | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/roles/home/helix.nix b/roles/home/helix.nix index 985b719..65064b7 100644 --- a/roles/home/helix.nix +++ b/roles/home/helix.nix @@ -36,7 +36,17 @@ let - name: code-commenter max_input_tokens: null - name: git-commit-message - max_input_tokens: null + max_input_tokens: null + + - type: claude + api_key: null + + - type: openai + api_key: null + api_base: https://api.openai.com/v1 + + - type: gemini + api_key: null ''; in {