mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 13:34:40 +00:00
safe
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user