From 5ce5c15f2427f20f5fd0ebf6dc3501e9c37f18dd Mon Sep 17 00:00:00 2001 From: Amolith Date: Wed, 5 Nov 2025 07:25:54 -0700 Subject: [PATCH] feat(fish): add synthetic 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 f5a908d57ce1bc2c99ba5d1b2c8c733053cd3c27..3a0f4e7fe50dcd35786d56c4d927fd6a6a22376d 100644 --- a/dot_config/private_fish/config.fish.tmpl +++ b/dot_config/private_fish/config.fish.tmpl @@ -91,6 +91,7 @@ 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 OLLAMA_HOST '100.108.156.33:11434' # PATHs