diff --git a/dot_config/private_fish/config.fish.tmpl b/dot_config/private_fish/config.fish.tmpl index cbdb27debc8fea59f9eb6d808d2e2789b449c447..614ddf784a3d4873f7a98af1bf50bfd2c4c77be3 100644 --- a/dot_config/private_fish/config.fish.tmpl +++ b/dot_config/private_fish/config.fish.tmpl @@ -85,6 +85,7 @@ 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_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" }}'