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
When using qianfan as a large model, the Prompt does not include ddl_prompt, that's all
SQL Prompt: [{'role ':' user ',' content ':' 2024 Total Trade with the United States'}]
Activity
yangsir666 commentedon Apr 14, 2025
Changing for i, example in question_sql_list: to for i, example in enumerate(question_sql_list):
in get_sql_prompt fixed the issue.