We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d38aa42 commit 8d88e67Copy full SHA for 8d88e67
agent/agent_executors.py
@@ -77,6 +77,7 @@
77
limits=LIMITS,
78
http2=False,
79
follow_redirects=False,
80
+ verify=False,
81
)
82
83
# Select model based on configuration
requirements.txt
@@ -27,7 +27,7 @@ aioboto3>=1.38.0
27
async_lru>=2.0.0
28
aiolimiter>=1.2.0
29
pytest-asyncio>=0.21.0
30
-og-test-v2-x402==0.0.9
+og-test-v2-x402==0.0.11.dev3
31
eth-account>=0.13.4
32
web3>=7.3.0
33
cachetools>=6.2.4
0 commit comments