This commit is contained in:
2024-11-15 19:59:50 +01:00
parent 4f109da335
commit e4a47d025c
9 changed files with 46 additions and 37 deletions
-1
View File
@@ -64,7 +64,6 @@ async def handle_response(
and the response will be generated using a different model
:return: The function `handle_response` returns a tuple containing the `result` and `MESSAGE_TABLE`.
"""
# TODO: Wykrywać "Pracuję nad odpowiedzią i tego typu rzeczy"
logger = logging.getLogger("discord")
logger.info("Wywolanie procedury openai z promptem: %s", prompt)
temp = {"role": "user", "content": username + ":" + prompt}