chore: remove anthropic key, let crush update, update openrouter

Amolith created

Change summary

dot_config/private_fish/config.fish.tmpl | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)

Detailed changes

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"