Fix helicone MITM (#189)

pull/5155/head
merwanehamadi 2023-07-24 18:02:37 -07:00 committed by GitHub
parent d5ebb45c7b
commit 33f9ff86ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ jobs:
${prefix}agbenchmark start --mock --category=memory
${prefix}agbenchmark start --mock --category=iterate
else
bash -c "$(curl -fsSL https://raw.githubusercontent.com/Helicone/helicone/0ed90e3203f172ed05d5754bc0b95a584689233c/mitmproxy.sh)" -s start
bash -c "$(curl -fsSL https://raw.githubusercontent.com/Helicone/helicone/779bb99c6e9cd878e324e5e1c6a41c0d8db81754/mitmproxy.sh)" -s start
${prefix}agbenchmark start || echo "This command will always return a non zero exit code unless all the challenges are solved."
fi