You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enter ONE "x" inside the brackets [x] to choose the answer
Example
Example2
Have you already searched for your ISSUE among the resolved ones?
Yes, new issue
[ x] Yes, but the solution not work for me
No
What version of Python do you have?
[x ] Last, Python > 3.11
Python >= 3.8
PIs you have Python<3.8 pease install last version of python
What version of operating system do you have?
[x ] Windows
Linux/Ububtu
Mac/OSX
What type of installation did you perform?
[x ] pip3 install -r requirements.txt AND ALL THE EXTRA MODULES
python3 -m pip install -r requirements.txt
Anaconda
Container on VS
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:
<title>bypass.churchless.tech | 502: Bad gateway</title>
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..
The text was updated successfully, but these errors were encountered:
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
<title>bypass.churchless.tech | 502: Bad gateway</title>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:
Bad gateway Error code 502
Cloudflare
WorkingCloudflare Ray ID: 806a8dd02f3b0e40 • Your IP: Click to reveal 2a02:a466:4023:1:2558:9c78:d335:a837 • Performance & security by Cloudflare
<script>(function(){function d(){var b=a.getElementById("cf-footer-item-ip"),c=a.getElementById("cf-footer-ip-reveal");b&&"classList"in b&&(b.classList.remove("hidden"),c.addEventListener("click",function(){c.classList.add("hidden");a.getElementById("cf-footer-ip").classList.remove("hidden")}))}var a=document;document.addEventListener&&a.addEventListener("DOMContentLoaded",d)})();</script>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..
The text was updated successfully, but these errors were encountered: