This commit is contained in:
2025-02-18 22:39:51 +01:00
parent 469275540f
commit f998a61e54

View File

@@ -142,6 +142,8 @@ class MessagesProc:
) )
if event.message.text.lower().startswith("!ai"): if event.message.text.lower().startswith("!ai"):
twitch = await authorize()
try: try:
completion = await get_completion(event.message.text) completion = await get_completion(event.message.text)