Blue Falcon

Results 196 comments of Blue Falcon

I don't think the project is looking to support localization yet. At least definitely not until the re-arch. See https://github.com/Significant-Gravitas/Auto-GPT/labels/re-arch

I don't think this needs a retitle, I think it needs a "why..." as in... Why? Just install stable-branch instead of master??

I'd like to say that there should be a switching mechanism that switches between all of the supported APIs, not just OpenAI's models/APIs. @p-i- perhaps if and when the repository...

Keep in mind RESTRICT_TO_WORKSPACE is defaulted to true, because it is not recommended to de-containerize AutoGPT. You are trusting that AutoGPT doesn't break your machine by turning that flag off.

@Artemonim recommend changing title a bit to emphasize the `--debug` flag, because I almost closed the issue as a duplicate of the various rate-limit reached error reports we get: -...

Likely culprit: - https://github.com/SergeyPirogov/webdriver_manager/blob/master/webdriver_manager/chrome.py#L40C28-L40C51 It looks like webdriver manager can't resolve the webdriver path. This likely means one of 3 things, it can't find chrome, it can't find chromedriver, or...

> > Temporary solution is to install the webdriver manually for ubuntu: `sudo apt install chromium-driver` > > This doesn't work for me. I alternatively installed a full-sized chrome with...

I think that is currently the expectation. Webdriver itself doesn't require a local installation of Chrome, but running Chrome remotely used to be a niche use case. This library was...

Here is where that log string is defined: https://github.com/syncthing/syncthing/blob/8f5d07bd092990ceeb5d7f6b496e67ed5680a82f/lib/model/folder_sendrecv.go#L70