rishdotblog commited on
Commit
eef44b4
1 Parent(s): e446d89

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -32,7 +32,7 @@ Generate a SQL query to answer this question: `{user_question}`
32
  {instructions}
33
 
34
  DDL statements:
35
- {table_metadata_string}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
36
 
37
  The following SQL query best answers the question `{user_question}`:
38
  ```sql
 
32
  {instructions}
33
 
34
  DDL statements:
35
+ {create_table_statements}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
36
 
37
  The following SQL query best answers the question `{user_question}`:
38
  ```sql