mirror of
https://github.com/badlogic/pi-mono.git
synced 2026-07-09 17:28:45 +00:00
fix: unset NVIDIA_API_KEY and ANT_LING_API_KEY in test.sh
stream.test.ts gates e2e suites on these env vars; test.sh missed them, so local runs with the keys present executed live NVIDIA NIM e2e tests.
This commit is contained in:
parent
20a9b82cf9
commit
a46f4e19f0
1 changed files with 2 additions and 0 deletions
2
test.sh
2
test.sh
|
|
@ -25,6 +25,8 @@ export PI_NO_LOCAL_LLM=1
|
|||
# Unset API keys (see packages/ai/src/stream.ts getEnvApiKey)
|
||||
unset ANTHROPIC_API_KEY
|
||||
unset ANTHROPIC_OAUTH_TOKEN
|
||||
unset ANT_LING_API_KEY
|
||||
unset NVIDIA_API_KEY
|
||||
unset OPENAI_API_KEY
|
||||
unset AZURE_OPENAI_API_KEY
|
||||
unset DEEPSEEK_API_KEY
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue