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
Retrying langchain.llms.openai.completion_with_retry.._completion_with_retry in 4.0 seconds as it raised APIError: HTTP code 502 from API ()
Getting the below error:
Traceback (most recent call last):
sqlgpt-main-application-1 | File "/app/app.py", line 92, in api_answer
sqlgpt-main-application-1 | answer, thought = sql_agent.run(question)
sqlgpt-main-application-1 | File "/app/AzureOpenAIUtil/SqlServer.py", line 30, in run
sqlgpt-main-application-1 | answer = self.agent_executor.run(text)
sqlgpt-main-application-1 | File "/usr/local/lib/python3.10/site-packages/langchain/chains/base.py", line 213, in run
sqlgpt-main-application-1 | return self(args[0])[self.output_keys[0]]
sqlgpt-main-application-1 | File "/usr/local/lib/python3.10/site-packages/langchain/chains/base.py", line 116, in _call
The text was updated successfully, but these errors were encountered:
sganesan18
changed the title
openai.error.APIError: HTTP code 502 from API
Getting openai.error.APIError: HTTP code 502 from API
Aug 8, 2023
Retrying langchain.llms.openai.completion_with_retry.._completion_with_retry in 4.0 seconds as it raised APIError: HTTP code 502 from API ()
Getting the below error:
Traceback (most recent call last):
sqlgpt-main-application-1 | File "/app/app.py", line 92, in api_answer
sqlgpt-main-application-1 | answer, thought = sql_agent.run(question)
sqlgpt-main-application-1 | File "/app/AzureOpenAIUtil/SqlServer.py", line 30, in run
sqlgpt-main-application-1 | answer = self.agent_executor.run(text)
sqlgpt-main-application-1 | File "/usr/local/lib/python3.10/site-packages/langchain/chains/base.py", line 213, in run
sqlgpt-main-application-1 | return self(args[0])[self.output_keys[0]]
sqlgpt-main-application-1 | File "/usr/local/lib/python3.10/site-packages/langchain/chains/base.py", line 116, in _call
The text was updated successfully, but these errors were encountered: