Skip to content

Commit a560862

Browse files
author
Tim Heinsohn
committed
env: add openrouter
1 parent ef80a96 commit a560862

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

zsh/environment

+2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ if [ -f "/usr/bin/gopass" ]; then
3131
export ANTHROPIC_API_KEY
3232
DEEPSEEK_API_KEY=$(gopass show t/ai/deepseek/api-key)
3333
export DEEPSEEK_API_KEY
34+
OPENROUTER_API_KEY=$(gopass show -o t/ai/openrouter.ai)
35+
export OPENROUTER_API_KEY
3436
fi
3537

3638
export REDIS_URL=redis://localhost:6379

0 commit comments

Comments
 (0)