From 4e26cce5b2a8342e3fd9376807db49d7e2be3e20 Mon Sep 17 00:00:00 2001 From: Amolith Date: Sun, 28 Sep 2025 11:53:11 -0600 Subject: [PATCH] chore: add parallel api key --- 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 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" }}'