AutoGPT icon indicating copy to clipboard operation
AutoGPT copied to clipboard

sometimes stuck in "Thinking" and requires enter key to continue

Open simin75simin opened this issue 1 year ago • 5 comments

os:windows 10 (home edition) python: 3.10.6 autoGPT is working on my machine but sometimes if i give it a 'y -5' command or just move the PowerShell out of focus it is stuck in "Thinking...", but when i press enter it instantly proceeds to the next part.

is this expected? if not, how do i fix this?

thanks in advacne.

simin75simin avatar Apr 21 '23 06:04 simin75simin

I've noticed this too. I thought that perhaps it was because I'd hit the enter key twice or something, but I didn't notice this happening in earlier versions.

T-Higgins avatar Apr 21 '23 06:04 T-Higgins

I'm experiencing this as well, but when I hit enter it does not progress any further. It just spins at "Thinking..."

klrmac avatar Apr 21 '23 21:04 klrmac

i am experiencing same thing its thinking and thinking dont know how to solve it . need help

RKP64 avatar Apr 22 '23 05:04 RKP64

i am experiencing same thing its thinking and thinking dont know how to solve it . need help

DahaoTang avatar Apr 22 '23 12:04 DahaoTang

same..i used local install and docker image to make sure it wasn't python... my key works because if i change it i get api key error..

i am experiencing same thing its thinking and thinking dont know how to solve it . need help

same

ryanmmmmm avatar Apr 22 '23 16:04 ryanmmmmm

Oftentimes this is when it executes something that requires input. Check out the #prompt-engineering channel in discord to get a better fit prompt

ntindle avatar Apr 23 '23 02:04 ntindle

I had the "same" error "stuck in Thinking" I enabled logging (--debug) and got a clear message. Error: Reached rate limit, passing... docker-compose run --rm auto-gpt --gpt3only --debug

note that the "read more" link doesnt work, but config is found here https://significant-gravitas.github.io/Auto-GPT/setup/

Creating chat completion with model gpt-3.5-turbo, temperature 0.0, max_tokens 2667
Error:  Reached rate limit, passing...
read more here: https://github.com/Significant-Gravitas/Auto-GPT#openai-api-keys-configuration
Error:  API Bad gateway. Waiting 4 seconds...
Error:  Reached rate limit, passing...
Error:  API Bad gateway. Waiting 8 seconds...
Error:  Reached rate limit, passing...
Error:  API Bad gateway. Waiting 16 seconds...
| Thinking...
Error:  Reached rate limit, passing...
Error:  API Bad gateway. Waiting 32 seconds...
Error:  Reached rate limit, passing...
Error:  API Bad gateway. Waiting 64 seconds...
/ Thinking...

JimiSweden avatar Apr 28 '23 21:04 JimiSweden