From a2c92651ceed2d637189d42ae5dd6a0b2c87e43c Mon Sep 17 00:00:00 2001 From: huker667 Date: Fri, 7 Aug 2026 23:14:40 +0300 Subject: ебучие принты MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ai.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'ai.py') diff --git a/ai.py b/ai.py index dd94cf8..405705c 100644 --- a/ai.py +++ b/ai.py @@ -38,8 +38,6 @@ async def completions( max_tokens=MAX_TOKENS, extra=None ): - print(url) - headers = { "Authorization": f"Bearer {api_key}", "Content-Type": "application/json" -- cgit v1.3.1