diff --git a/dot_config/private_fish/config.fish.tmpl b/dot_config/private_fish/config.fish.tmpl index c14827a2b6370c270dc8b694d6c6ef89d846638c..8debf3fab0e0902553eb4f3cb8be8b7da901011b 100644 --- a/dot_config/private_fish/config.fish.tmpl +++ b/dot_config/private_fish/config.fish.tmpl @@ -84,15 +84,11 @@ set -gx JIRA_API_TOKEN '{{ onepasswordRead "op://Private/Atlassian/jira key" }}' 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://Shared/OpenRouter/keys/shell" }}' set -gx OPENROUTER_KEY "$OPENROUTER_API_KEY" 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 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 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'