Parcourir la source

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

Co-authored-by: Bruce MacDonald <brucewmacdonald@gmail.com>
Matt Williams il y a 1 an
Parent
commit
f748331aa3
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      examples/python-json-datagenerator/predefinedschema.py

+ 1 - 1
examples/python-json-datagenerator/predefinedschema.py

@@ -15,7 +15,7 @@ template = {
   "phoneNumber": ""
   "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 = {
 data = {
     "prompt": prompt,
     "prompt": prompt,