You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I downloaded your repository, installed dependencies via bat file, wrote my promt in instructions, wrote channel in channels.txt, wrote my token and word trigger
I tried to get some kind of response by replying to my message, but the bot gives an error in the console and doesn't respond, on the default settings from the repository everything worked a week ago when testing, but when I wrote my promt and my trigger words it stopped working.
OS: Windows 11 last version, python 3.11
"
Add any other context about the problem here.
AI Selfbot successfully logged in as 9w8.
Task exception was never retrieved
future: <Task finished name='Task-55' coro=<on_message..generate_response_in_thread() done, defined at main.py:252> exception=KeyError('choices')>
Traceback (most recent call last):
File "main.py", line 253, in generate_response_in_thread
response = await generate_response(prompt, history)
File "main.py", line 86, in generate_response
choices = response_data["choices"]
KeyError: 'choices'"
my discord id: 9w8
btw, if you can help...
The text was updated successfully, but these errors were encountered:
I downloaded your repository, installed dependencies via bat file, wrote my promt in instructions, wrote channel in channels.txt, wrote my token and word trigger
I tried to get some kind of response by replying to my message, but the bot gives an error in the console and doesn't respond, on the default settings from the repository everything worked a week ago when testing, but when I wrote my promt and my trigger words it stopped working.
"
Add any other context about the problem here.
AI Selfbot successfully logged in as 9w8.
Task exception was never retrieved
future: <Task finished name='Task-55' coro=<on_message..generate_response_in_thread() done, defined at main.py:252> exception=KeyError('choices')>
Traceback (most recent call last):
File "main.py", line 253, in generate_response_in_thread
response = await generate_response(prompt, history)
File "main.py", line 86, in generate_response
choices = response_data["choices"]
KeyError: 'choices'"
my discord id: 9w8
btw, if you can help...
The text was updated successfully, but these errors were encountered: