-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ChatDev always freezes #167
Comments
Same issue here. My install previously worked fine, now freezes at this same section. |
The same behavior on mac |
[2023-12-10 14:56:57 INFO] error_code=insufficient_quota error_message='You exceeded your current quota, please check your plan and billing details.' error_param=None error_type=insufficient_quota message='OpenAI API error received' stream_error=False Find only in logs |
Hello, 😊when the conversation stops after the first turn, it could be a direct reflection of your API key not being utilized. Please check if your account has a sufficient balance (a few cents should be enough for GPT-3.5 for one request, but GPT-4 might require more), I suggest ensuring that your account has around $3 in credit before you begin. And ensure that you have configured the key's environment successfully. Your understanding is greatly appreciated. Thank you for your support and for trying out ChatDev. We remain committed to continuously enhancing the overall functionality and stability. |
it is not true i have plenty of usage left and still get that message. its a shame always after i finally give a task it freezes so i recenty trying to find my way around w different app. would be nice if devs explain this coz its just waste of time much efficient is just to play w another ai and get anything done... |
Just thought I would post this here in case it helps someone else. @Alphamasterliu @markolia @dnhkng Maybe check that folder and provide the error code and message? |
@brianlowery No, I see the first request was successful, and then nothing. Deliberately setting the API key incorrectly does generate the error message you see though. I suspect it's a rate-limit error. I am trying with Azure access, but I'm having trouble with access, and am seeking help here #191 |
@dnhkng so you see the successful request, and then you have nothing else in that file? |
@brianlowery I think it's due to rate limiting on my OpenAI account (I'm not an admin there, so I can't make changes). I've made PR #192 that gets Azure ChatGPT access working, so now I just use that 🤷🏻 |
Fresh installs on Linux (Ubuntu 22) or Mac seem to freeze.
When I follow the instructions and add my API key, and use this command:
python3 run.py --task "Create a simple pong game in python" --name "MyCalculator"
I get a lot of text in the terminal, ending like this:
At this point, nothing further happens.
Once I got a response from OpenAI, and I saw that about 500 tokens were processed, but then the code froze again.
Is there a logging system to help debug this?
The text was updated successfully, but these errors were encountered: