瀏覽代碼

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

Co-authored-by: Bruce MacDonald <brucewmacdonald@gmail.com>
Matt Williams 1 年之前
父節點
當前提交
f748331aa3
共有 1 個文件被更改,包括 1 次插入1 次删除
  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,