fix(llm): curl --http2 вместо httpx

httpx требует h2, который не ставится в облаке.
curl есть везде и гарантированно держит HTTP/2.
subprocess.run(['curl','-s','--http2',...])
This commit is contained in:
2026-06-14 07:40:12 +04:00
parent b457de4bb3
commit 099edbcb61
2 changed files with 32 additions and 28 deletions
-2
View File
@@ -5,5 +5,3 @@ requests
psycopg2-binary
python-dotenv
pdfplumber
httpx[http2]
h2