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
E : {
"error": {
"message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, read the docs: https://platform.openai.com/docs/guides/error-codes/api-errors.",
"type": "insufficient_quota",
"param": null,
"code": "insufficient_quota"
}
}
InsomniaGPT: None
Traceback (most recent call last):
File "/vol1/Source/InsomniaGPT-Prompt/insomniagpt.py", line 243, in
saving.bot(ai_response)
File "/vol1/Source/InsomniaGPT-Prompt/insomniagpt.py", line 136, in bot
log(target)
File "/vol1/Source/InsomniaGPT-Prompt/insomniagpt.py", line 132, in log
file.write(str('InsomniaGPT: '+answer))
~~~~~~~~~~~~~~~^~~~~~~
TypeError: can only concatenate str (not "NoneType") to str
The text was updated successfully, but these errors were encountered:
Have an OpenAI key, attempted quite a few times to input and the following error always happens:
Error: Please contact : https://t.me/MrSanZzXe
E : {
"error": {
"message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, read the docs: https://platform.openai.com/docs/guides/error-codes/api-errors.",
"type": "insufficient_quota",
"param": null,
"code": "insufficient_quota"
}
}
InsomniaGPT: None
Traceback (most recent call last):
File "/vol1/Source/InsomniaGPT-Prompt/insomniagpt.py", line 243, in
saving.bot(ai_response)
File "/vol1/Source/InsomniaGPT-Prompt/insomniagpt.py", line 136, in bot
log(target)
File "/vol1/Source/InsomniaGPT-Prompt/insomniagpt.py", line 132, in log
file.write(str('InsomniaGPT: '+answer))
~~~~~~~~~~~~~~~^~~~~~~
TypeError: can only concatenate str (not "NoneType") to str
The text was updated successfully, but these errors were encountered: