aboutsummaryrefslogtreecommitdiff
path: root/ai.py
diff options
context:
space:
mode:
Diffstat (limited to 'ai.py')
-rw-r--r--ai.py2
1 files changed, 0 insertions, 2 deletions
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"