Update README.md
Browse files
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
|
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 |
|