Skip to content

Commit

Permalink
Update bench.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
juberti authored May 1, 2024
1 parent 5215f71 commit 628e53c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
regions=("sea" "iad" "cdg")
for region in "${regions[@]}"
do
curl -f -X POST 'https://ai-benchmarks.fly.dev/bench?mode=text&max_tokens=20&spread=30&store=true' -H "fly-prefer-region: $region"
curl -f -X POST 'https://ai-benchmarks.fly.dev/bench?mode=text&max_tokens=20&spread=30&store' -H "fly-prefer-region: $region"
done
generate-latest-data:
Expand Down

0 comments on commit 628e53c

Please sign in to comment.