mirror of https://github.com/aliasrobotics/cai.git
Retry openai 2
Signed-off-by: Víctor Mayoral Vilches <v.mayoralv@gmail.com>
This commit is contained in:
parent
3a60030e9d
commit
c509fa3a86
|
|
@ -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}
|
||||
Loading…
Reference in New Issue