Blue Falcon

Results 196 comments of Blue Falcon

That webpage maybe cached, try clearing your cache and reloading that webpage.

So we know it's not API key related, because this is what that url does when you don't provide a key: ![image](https://github.com/Significant-Gravitas/Auto-GPT/assets/130698314/90d07043-c201-425c-9fa9-5f442bb87a02)

So this looks like the problematic line: ![image](https://github.com/Significant-Gravitas/Auto-GPT/assets/130698314/bda6b45b-5284-48b6-99cb-0d355058cf4c) Here's that line in the source code: https://github.com/Significant-Gravitas/Auto-GPT/blob/master/autogpt/llm/api_manager.py#L56. So whatever is providing `model` to that function doesn't seem to be doing it...

No, but you do have `v1/chat/completions`, which suggests that the LLM isn't being selected correctly

https://github.com/Significant-Gravitas/Auto-GPT/blob/master/autogpt/config/config.py#L41 What is your FAST_LLM_MODEL set to? Thank you @guacamole-hunter

Can you use ```s? Markdown is trying to parse your `#`'s

Oh I just realized that this is a continuation of #3977. Since the original issue here is not supported, and there's already another thread for you, let's continue on the...

Man your competence in Software QA is through the roof. This probably seems like a basic question to you, but the design principle behind these tests is to try to...

If that is the case, this framework might be helpful for towards [y'alls efforts of making AutoGPT capable of self-improvement](https://gist.github.com/anonhostpi/97d4bb3e9535c92b8173fae704b76264#recursive-self-improvement-proposals) -link to my gists tracking y'alls issues/PRs/discussions