Suddenly doesn't work #159
-
root@Mytest:~/chatGPT-discord-bot-0.6.6# python3 main.py |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Yea I get that too, there is already a issue on this which is not resolved
yet
…On Tue, Feb 7, 2023 at 6:59 PM 조정우 ***@***.***> wrote:
***@***.***:~/chatGPT-discord-bot-0.6.6# python3 main.py
2023-02-08 02:54:26 INFO discord.client logging in using static token
2023-02-08 02:54:26 INFO discord.gateway Shard ID None has connected to
Gateway (Session ID: fc918d12876e322f819a6e91a19a2ed6).
2023-02-08 02:54:28 INFO src.bot -> Send starting prompt with size 11
2023-02-08 02:54:28 ERROR src.bot -> Error while sending starting prompt:
That model does not exist
Traceback (most recent call last):
File "/root/chatGPT-discord-bot-0.6.6/src/bot.py", line 109, in
send_start_prompt
responseMessage = await responses.handle_response(prompt)
File "/root/chatGPT-discord-bot-0.6.6/src/responses.py", line 21, in
handle_response
response = await chatbot.ask(message)
File "/usr/local/lib/python3.10/dist-packages/revChatGPT/Official.py",
line 215, in ask
completion = await self._get_completion(
File "/usr/local/lib/python3.10/dist-packages/revChatGPT/Official.py",
line 196, in _get_completion
return await openai.Completion.acreate(
File
"/usr/local/lib/python3.10/dist-packages/openai/api_resources/completion.py",
line 45, in acreate
return await super().acreate(*args, **kwargs)
File
"/usr/local/lib/python3.10/dist-packages/openai/api_resources/abstract/engine_api_resource.py",
line 217, in acreate
response, _, api_key = await requestor.arequest(
File "/usr/local/lib/python3.10/dist-packages/openai/api_requestor.py",
line 311, in arequest
resp, got_stream = await self._interpret_async_response(result, stream)
File "/usr/local/lib/python3.10/dist-packages/openai/api_requestor.py",
line 646, in _interpret_async_response
self._interpret_response_line(
File "/usr/local/lib/python3.10/dist-packages/openai/api_requestor.py",
line 680, in _interpret_response_line
raise self.handle_error_response(
openai.error.InvalidRequestError: That model does not exist
2023-02-08 02:54:29 INFO src.bot -> GodGpt#3804 is now running!
—
Reply to this email directly, view it on GitHub
<#159>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/A5QPBIFZDW7LFERJMUXLLHTWWMD2NANCNFSM6AAAAAAUUW4X5Y>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
#157