Retry openai 2

Signed-off-by: Víctor Mayoral Vilches <v.mayoralv@gmail.com>
This commit is contained in:
Víctor Mayoral Vilches 2025-05-08 19:05:12 +02:00
parent 3a60030e9d
commit c509fa3a86
1 changed files with 3 additions and 2 deletions

View File

@ -17,7 +17,7 @@
fi
done
- python3 benchmarks/cybermetric/CyberMetric_evaluator.py --model_name $MODEL_NAME --file_path $BENCHMARK_FILE
# - curl http://localhost:8000/api/tags # validate that ollama is running
# - curl http://localhost:8000/api/tags # validate that ollama is running
variables:
OLLAMA_API_BASE: "http://localhost:8000"
OPENROUTER_API_BASE: "https://openrouter.ai/api/v1"
@ -54,4 +54,5 @@ benchmarks-test-cybermetric-openai:
<<: *run_benchmarks
variables:
MODEL_NAME: "openai/gpt-4o-mini"
BENCHMARK_FILE: "benchmarks/cybermetric/CyberMetric-2-v1.json"
BENCHMARK_FILE: "benchmarks/cybermetric/CyberMetric-2-v1.json"
OPENAI_API_KEY: ${OPENAI_API_KEY}