IntelligenzaArtificiale / Free-Auto-GPT

Free Auto GPT with NO paids API is a repository that offers a simple version of Auto GPT, an autonomous AI agent capable of performing tasks independently. Unlike other versions, our implementation does not rely on any paid OpenAI API, making it accessible to anyone.
MIT License
2.43k stars 382 forks source link

After a bunch of module errors are fixed and i enter my first promp... i get this masive pice of crap.. #168

Open gerritsxd opened 9 months ago

gerritsxd commented 9 months ago
⚠️INSTRUCTIONS: - Enter ONE "x" inside the brackets [x] to choose the answer - [x] Example - [ ] Example2

Have you already searched for your ISSUE among the resolved ones?

What version of Python do you have?

What version of operating system do you have?

What type of installation did you perform?

Describe the bug File "C:\autogpt\Free-Auto-GPT\AUTOGPT.py", line 301, in agent.run([input("Enter the objective of the AI system: (Be realistic!) ")]) File "C:\Users\Gerrit\AppData\Local\Programs\Python\Python310\lib\site-packages\langchain_experimental\autonomous_agents\autogpt\agent.py", line 93, in run assistant_reply = self.chain.run( File "C:\Users\Gerrit\AppData\Local\Programs\Python\Python310\lib\site-packages\langchain\chains\base.py", line 492, in run return self(kwargs, callbacks=callbacks, tags=tags, metadata=metadata)[ File "C:\Users\Gerrit\AppData\Local\Programs\Python\Python310\lib\site-packages\langchain\chains\base.py", line 292, in call raise e File "C:\Users\Gerrit\AppData\Local\Programs\Python\Python310\lib\site-packages\langchain\chains\base.py", line 286, in call self._call(inputs, run_manager=run_manager) File "C:\Users\Gerrit\AppData\Local\Programs\Python\Python310\lib\site-packages\langchain\chains\llm.py", line 91, in _call response = self.generate([inputs], run_manager=run_manager) File "C:\Users\Gerrit\AppData\Local\Programs\Python\Python310\lib\site-packages\langchain\chains\llm.py", line 101, in generate return self.llm.generate_prompt( File "C:\Users\Gerrit\AppData\Local\Programs\Python\Python310\lib\site-packages\langchain\llms\base.py", line 486, in generate_prompt return self.generate(prompt_strings, stop=stop, callbacks=callbacks, kwargs) File "C:\Users\Gerrit\AppData\Local\Programs\Python\Python310\lib\site-packages\langchain\llms\base.py", line 621, in generate output = self._generate_helper( File "C:\Users\Gerrit\AppData\Local\Programs\Python\Python310\lib\site-packages\langchain\llms\base.py", line 523, in _generate_helper raise e File "C:\Users\Gerrit\AppData\Local\Programs\Python\Python310\lib\site-packages\langchain\llms\base.py", line 510, in _generate_helper self._generate( File "C:\Users\Gerrit\AppData\Local\Programs\Python\Python310\lib\site-packages\langchain\llms\base.py", line 1002, in _generate else self._call(prompt, stop=stop, kwargs) File "C:\autogpt\Free-Auto-GPT\FreeLLM\ChatGPTAPI.py", line 47, in _call response = self.chatbot(prompt) File "C:\Users\Gerrit\AppData\Local\Programs\Python\Python310\lib\site-packages\langchain\llms\base.py", line 825, in call self.generate( File "C:\Users\Gerrit\AppData\Local\Programs\Python\Python310\lib\site-packages\langchain\llms\base.py", line 621, in generate output = self._generate_helper( File "C:\Users\Gerrit\AppData\Local\Programs\Python\Python310\lib\site-packages\langchain\llms\base.py", line 523, in _generate_helper raise e File "C:\Users\Gerrit\AppData\Local\Programs\Python\Python310\lib\site-packages\langchain\llms\base.py", line 510, in _generate_helper self._generate( File "C:\Users\Gerrit\AppData\Local\Programs\Python\Python310\lib\site-packages\langchain\llms\base.py", line 1002, in _generate else self._call(prompt, stop=stop, *kwargs) File "C:\Users\Gerrit\AppData\Local\Programs\Python\Python310\lib\site-packages\gpt4_openai__init.py", line 35, in _call for data in self.chatbot.ask(prompt=prompt, File "C:\Users\Gerrit\AppData\Local\Programs\Python\Python310\lib\site-packages\revChatGPT\V1.py", line 610, in ask yield from self.post_messages( File "C:\Users\Gerrit\AppData\Local\Programs\Python\Python310\lib\site-packages\revChatGPT\V1.py", line 563, in post_messages yield from self.__send_request( File "C:\Users\Gerrit\AppData\Local\Programs\Python\Python310\lib\site-packages\revChatGPT\V1.py", line 398, in send_request self.__check_response(response) File "C:\Users\Gerrit\AppData\Local\Programs\Python\Python310\lib\site-packages\revChatGPT\V1.py", line 91, in wrapper out = func(args, **kwargs) File "C:\Users\Gerrit\AppData\Local\Programs\Python\Python310\lib\site-packages\revChatGPT\V1.py", line 730, in __check_response raise error from ex revChatGPT.typings.Error: OpenAI: <!DOCTYPE html>

bypass.churchless.tech | 502: Bad gateway

Bad gateway Error code 502

Visit cloudflare.com for more information.
2023-09-14 18:04:43 UTC
You

Browser

Working
Amsterdam

Cloudflare

Working
bypass.churchless.tech

Host

Error

What happened?

The web server reported a bad gateway error.

What can I do?

Please try again in a few minutes.

(code: 502)

Screenshots NO

Additional context module error after module error fixed shit that isnt even on google with FROM BARD IMPORT CHATBOT turns out it was from bardpai import bard and do a replace chatbot for bard and somehow that was not an issue anymore..