From b74d0e2cb52e48253eb3059390f09c14a90c0ab1 Mon Sep 17 00:00:00 2001 From: Amolith Date: Fri, 3 Oct 2025 13:58:20 -0600 Subject: [PATCH] chore: remove anthropic key, let crush update, update openrouter --- dot_config/private_fish/config.fish.tmpl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dot_config/private_fish/config.fish.tmpl b/dot_config/private_fish/config.fish.tmpl index 614ddf784a3d4873f7a98af1bf50bfd2c4c77be3..97563e81b7f17e3a18d40c0110bcbe9dc3c49a64 100644 --- a/dot_config/private_fish/config.fish.tmpl +++ b/dot_config/private_fish/config.fish.tmpl @@ -82,19 +82,17 @@ set -gx KAGI_API_KEY '{{ onepasswordRead "op://Shared/Kagi/api_key" }}' # LLM Crap set -gx OPENAI_API_KEY '{{ onepasswordRead "op://Private/OpenAI/api_keys/shell" }}' -set -gx OPENROUTER_API_KEY '{{ onepasswordRead "op://Private/OpenRouter/shell" }}' +set -gx OPENROUTER_API_KEY '{{ onepasswordRead "op://Shared/OpenRouter/keys/shell" }}' set -gx OPENROUTER_KEY "$OPENROUTER_API_KEY" set -gx EXA_API_KEY '{{ onepasswordRead "op://Private/Exa/api keys/shell" }}' set -gx PARALLEL_API_KEY '{{ onepasswordRead "op://Private/Parallel.ai/api key" }}' set -gx GEMINI_API_KEY '{{ onepasswordRead "op://Private/Personal Google/gemini api" }}' set -gx LLM_GEMINI_KEY "$GEMINI_API_KEY" -set -gx ANTHROPIC_API_KEY '{{ onepasswordRead "op://Private/em2iaa2zrmdi2ga5zeyqi3itum/keys/shell" }}' set -gx PERPLEXITY_API_KEY '{{ onepasswordRead "op://Private/nkhcb2h2ecfh26hksdgpw5txfu/api keys/CLI" }}' 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 CEREBRAS_API_KEY '{{ onepasswordRead "op://Private/Cerebras/api keys/code" }}' set -gx OLLAMA_HOST '100.108.156.33:11434' -set -gx CRUSH_DISABLE_PROVIDER_AUTO_UPDATE 1 # PATHs fish_add_path "$XDG_DATA_HOME/npm-packages/bin"