ByteForge commited on
Commit
29c32e7
1 Parent(s): b0751c5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -113,7 +113,7 @@ answer:
113
  """
114
 
115
  messages = [
116
- {"role": "system", "content": "You are an text to SQL query translator. Users will ask you questions in English and you will generate a SQL query based on the provided SCHEMA.\nSCHEMA:\nCREATE TABLE match_season (College VARCHAR, POSITION VARCHAR)"},
117
  {"role": "user", "content": prompt},
118
  ]
119
 
 
113
  """
114
 
115
  messages = [
116
+ {"role": "system", "content": "You are an text to SQL query translator. Users will ask you questions in English and you will generate a SQL query based on the provided SCHEMA."},
117
  {"role": "user", "content": prompt},
118
  ]
119