File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 IMAGE_TAG : latest
1717
1818 steps :
19+ - name : Ensure main branch
20+ if : github.ref != 'refs/heads/main'
21+ run : |
22+ echo "::error::Deployments are only allowed from the main branch."
23+ exit 1
24+
1925 - name : Checkout repository
2026 uses : actions/checkout@v4
2127
Original file line number Diff line number Diff line change @@ -258,7 +258,7 @@ This project is licensed under the MIT License. See the [LICENSE](LICENSE) file
258258- Powered by [ OpenGradient] ( https://opengradient.ai )
259259- Try Bitquant at [ bitquant.io] ( https://www.bitquant.io/ )
260260- OpenGradient Documentation: [ OpenGradient Docs] ( https://docs.opengradient.ai/ )
261- - Join the discussion: [ GitHub Discussions ] ( https://github .com/OpenGradient/BitQuant/discussions )
261+ - Follow updates on [ X (Twitter) ] ( https://x .com/OpenGradient )
262262- Support: [ BitQuant Discord] ( https://discord.com/channels/1132794141403791483/1377340212576911410 )
263263
264264---
Original file line number Diff line number Diff line change 7777 limits = LIMITS ,
7878 http2 = False ,
7979 follow_redirects = False ,
80+ verify = False ,
8081)
8182
8283# Select model based on configuration
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ aioboto3>=1.38.0
2727async_lru >= 2.0.0
2828aiolimiter >= 1.2.0
2929pytest-asyncio >= 0.21.0
30- og-test-v2-x402 == 0.0.9
30+ og-test-v2-x402 == 0.0.11.dev3
3131eth-account >= 0.13.4
3232web3 >= 7.3.0
3333cachetools >= 6.2.4
You can’t perform that action at this time.
0 commit comments