fix(llm): curl --http2 вместо httpx
httpx требует h2, который не ставится в облаке. curl есть везде и гарантированно держит HTTP/2. subprocess.run(['curl','-s','--http2',...])
This commit is contained in:
@@ -5,5 +5,3 @@ requests
|
||||
psycopg2-binary
|
||||
python-dotenv
|
||||
pdfplumber
|
||||
httpx[http2]
|
||||
h2
|
||||
|
||||
Reference in New Issue
Block a user