fix(llm): httpx с HTTP/2 вместо requests

api.aillm.ru за ddos-guard — требует HTTP/2. requests (HTTP/1.1) не работал.
httpx[http2] — поддержка HTTP/2, работает с ddos-guard.
This commit is contained in:
2026-06-14 07:27:16 +04:00
parent c580c935ac
commit 59048308e4
2 changed files with 13 additions and 8 deletions
+1
View File
@@ -5,3 +5,4 @@ requests
psycopg2-binary
python-dotenv
pdfplumber
httpx[http2]