Update examples/python-json-datagenerator/predefinedschema.py
Co-authored-by: Bruce MacDonald <brucewmacdonald@gmail.com>
This commit is contained in:
parent
b6817a83d8
commit
f748331aa3
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue