Unverified Commit f748331a authored by Matt Williams's avatar Matt Williams Committed by GitHub
Browse files

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


Co-authored-by: default avatarBruce MacDonald <brucewmacdonald@gmail.com>
parent b6817a83
......@@ -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,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment