Update examples/python-json-datagenerator/predefinedschema.py

Co-authored-by: Bruce MacDonald <brucewmacdonald@gmail.com>
This commit is contained in:
Matt Williams
2023-11-14 10:32:45 -08:00
committed by GitHub
parent b6817a83d8
commit f748331aa3

View File

@@ -15,7 +15,7 @@ template = {
"phoneNumber": ""
}
prompt = f"generate one realisticly believable sample data set of a persons first name, last name, address in the US, and phone number. \nUse the following template: {json.dumps(template)}."
prompt = f"generate one realistically believable sample data set of a persons first name, last name, address in the US, and phone number. \nUse the following template: {json.dumps(template)}."
data = {
"prompt": prompt,