mirror of https://github.com/aliasrobotics/cai.git
debugging
This commit is contained in:
parent
851b01903a
commit
4c5060c753
|
|
@ -48,7 +48,8 @@ benchmarks-test-cybermetric:
|
|||
script:
|
||||
- pip3 install -e .
|
||||
- pip install python-dotenv
|
||||
# Debug the environment variables
|
||||
- echo "All environment variables:"
|
||||
- env | sort
|
||||
- echo "Checking if OPENROUTER_API_KEY is set..."
|
||||
- if [ -z "$OPENROUTER_API_KEY" ]; then echo "OPENROUTER_API_KEY is not set!"; else echo "OPENROUTER_API_KEY is set (value is masked)"; fi
|
||||
- echo "Creating .env file with API key"
|
||||
|
|
|
|||
Loading…
Reference in New Issue