fix(llm): h2+socket вместо curl — HTTP/2 на чистом Python

h2 — pure Python, ставится без компиляции в slim-контейнерах.
ssl.create_default_context() + ALPN h2 + h2.connection.H2Connection.
This commit is contained in:
2026-06-14 07:44:21 +04:00
parent 099edbcb61
commit a684d51169
2 changed files with 83 additions and 25 deletions
+1
View File
@@ -5,3 +5,4 @@ requests
psycopg2-binary
python-dotenv
pdfplumber
h2