We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
今天玩了下,用的是默认的gpt-3.5-turbo, 模型返回了错误的SQL. 比如:
USER INPUT: please list the tables
Step1: Retrieve all table names in the database SELECT name FROM sqlite_master WHERE type = 'table';
Execute:
Database response: SQL error: execute() first
Finish!
The text was updated successfully, but these errors were encountered:
曾经成功过一次,不过后面就一直出错, 用中文提问也出错
Sorry, something went wrong.
No branches or pull requests
今天玩了下,用的是默认的gpt-3.5-turbo, 模型返回了错误的SQL.
比如:
USER INPUT: please list the tables
Step1: Retrieve all table names in the database
SELECT name FROM sqlite_master WHERE type = 'table';
Execute:
Database response:
SQL error: execute() first
Finish!
The text was updated successfully, but these errors were encountered: