runtime error
Exit code: 1. Reason: Traceback (most recent call last): File "/app/app.py", line 7, in <module> client = Groq(api_key=os.environ.get("GROQ_API_KEY")) File "/usr/local/lib/python3.13/site-packages/groq/_client.py", line 95, in __init__ super().__init__( ~~~~~~~~~~~~~~~~^ version=__version__, ^^^^^^^^^^^^^^^^^^^^ ...<6 lines>... _strict_response_validation=_strict_response_validation, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/usr/local/lib/python3.13/site-packages/groq/_base_client.py", line 795, in __init__ self._client = http_client or SyncHttpxClientWrapper( ~~~~~~~~~~~~~~~~~~~~~~^ base_url=base_url, ^^^^^^^^^^^^^^^^^^ ...<5 lines>... follow_redirects=True, ^^^^^^^^^^^^^^^^^^^^^^ ) ^ TypeError: Client.__init__() got an unexpected keyword argument 'proxies'
Container logs:
Fetching error logs...