aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ai.py2
-rw-r--r--input_msg.py1
2 files changed, 0 insertions, 3 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"
diff --git a/input_msg.py b/input_msg.py
index 9bae20d..d034f5f 100644
--- a/input_msg.py
+++ b/input_msg.py
@@ -16,7 +16,6 @@ from aiogram.types import (
async def da(bot, message, user_id):
config = get_user_config(user_id)
- print(config)
if user_id in alo_command:
if message.chat.id == alo_command[user_id]["chat_id"]:
if alo_command[user_id]["action"] == "p_name":