diff --git a/eval/eval.py b/eval/eval.py index 494d92d0..6978afc9 100755 --- a/eval/eval.py +++ b/eval/eval.py @@ -500,7 +500,7 @@ async def main_async(): print("Warning: OPENROUTER_API_KEY environment variable is not set") print("Please set it using: export OPENROUTER_API_KEY=your-api-key") print("Or provide it directly with --api-key") - print("Continuing without API key...") + return 1 # Load configuration config_path = args.config