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
Just forked and tried to run and got this error.
Already fixed using SQLAchemy.
schema: dbo
Traceback (most recent call last):
File "/mnt/c/DEV/SqlGPT/application/app.py", line 92, in api_answer
answer, thought = sql_agent.run(question)
File "/mnt/c/DEV/SqlGPT/application/AzureOpenAIUtil/SqlServer.py", line 43, in run
answer = self.agent_executor.run(text)
The text was updated successfully, but these errors were encountered:
Just forked and tried to run and got this error.
Already fixed using SQLAchemy.
schema: dbo
Traceback (most recent call last):
File "/mnt/c/DEV/SqlGPT/application/app.py", line 92, in api_answer
answer, thought = sql_agent.run(question)
File "/mnt/c/DEV/SqlGPT/application/AzureOpenAIUtil/SqlServer.py", line 43, in run
answer = self.agent_executor.run(text)
The text was updated successfully, but these errors were encountered: