Fix helicone MITM (#189)

This commit is contained in:
merwanehamadi
2023-07-24 18:02:37 -07:00
committed by GitHub
parent d5ebb45c7b
commit 33f9ff86ee

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