Blue Falcon

Results 238 comments of Blue Falcon

> Does it need to be the same version up to the last digit? > > In my case the chromedriver is version 113.0.5672.63, my Chrome is 113.0.5672.64... And it...

> So... the usability of Auto-GPT is very much dependent on the actions taken by the other parties, such as Google with its automatic Google Chrome updates? Is there any...

I think it maybe smarter to use a library for validation. The repository may find URL/URI/Path validation useful in other areas.

Duplicate of the various JSONDecodeError bugs coming from summary_memory.py. Marking as duplicate of #3716 See: https://github.com/anonhostpi/AUTOGPT.TRACKERS/blob/main/TOPICS/0017.BUGS/JSON.md

is it possible that this is related to the issue that this PR tries to resolve? #3875

In this case, I believe it is treating that URL like an absolute URL and not a file URI or path URL, which would most likely cause the disconnect error.

Huge? This is normal GPT behavior. GPT can only predict what the answer to a prompt should be. That's how LLM works.

GPT isn't going to be perfect. If you are looking for finite script handling, using a LLM is probably not the best solution. LLM's responses are indefinite by nature. In...

I mean that is the same problem you get with real human programmers. Humans make mistakes too. GPT only predicts human behavior. The reason that it claims that it can...