From fdfe9b2881c2f0b3aee4da7004b14e113a88c05c Mon Sep 17 00:00:00 2001 From: Amolith Date: Wed, 5 Nov 2025 20:14:07 -0700 Subject: [PATCH] feat(fish): add minimax --- dot_config/private_fish/config.fish.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/dot_config/private_fish/config.fish.tmpl b/dot_config/private_fish/config.fish.tmpl index 3a0f4e7fe50dcd35786d56c4d927fd6a6a22376d..2f2b33b9df8d4c24fe240c67d8b4ff5e434d827a 100644 --- a/dot_config/private_fish/config.fish.tmpl +++ b/dot_config/private_fish/config.fish.tmpl @@ -92,6 +92,7 @@ set -gx PERPLEXITY_API_KEY '{{ onepasswordRead "op://Private/nkhcb2h2ecfh26hksdg set -gx PERPLEXITY_LENSES '{{ onepasswordRead "op://Private/nkhcb2h2ecfh26hksdgpw5txfu/lenses/text" }}' set -gx ZAI_API_KEY '{{ onepasswordRead "op://Private/iqjxrmks3xqrrjrz5rosh3bagy/api keys/claude code" }}' set -gx SYNTHETIC_API_KEY '{{ onepasswordRead "op://Private/Synthetic/keys/main" }}' +set -gx MINIMAX_API_KEY '{{ onepasswordRead "op://Private/MiniMax/api_key" }}' set -gx OLLAMA_HOST '100.108.156.33:11434' # PATHs