We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef80a96 commit a560862Copy full SHA for a560862
zsh/environment
@@ -31,6 +31,8 @@ if [ -f "/usr/bin/gopass" ]; then
31
export ANTHROPIC_API_KEY
32
DEEPSEEK_API_KEY=$(gopass show t/ai/deepseek/api-key)
33
export DEEPSEEK_API_KEY
34
+ OPENROUTER_API_KEY=$(gopass show -o t/ai/openrouter.ai)
35
+ export OPENROUTER_API_KEY
36
fi
37
38
export REDIS_URL=redis://localhost:6379
0 commit comments