Browse Source

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

Co-authored-by: Bruce MacDonald <brucewmacdonald@gmail.com>
Matt Williams 1 năm trước cách đây
mục cha
commit
f748331aa3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      examples/python-json-datagenerator/predefinedschema.py

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

@@ -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,