From f748331aa346c65913fb304036202acd7dad5525 Mon Sep 17 00:00:00 2001 From: Matt Williams Date: Tue, 14 Nov 2023 10:32:45 -0800 Subject: [PATCH] Update examples/python-json-datagenerator/predefinedschema.py Co-authored-by: Bruce MacDonald --- examples/python-json-datagenerator/predefinedschema.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/python-json-datagenerator/predefinedschema.py b/examples/python-json-datagenerator/predefinedschema.py index 56d8afa2..7f7abd48 100644 --- a/examples/python-json-datagenerator/predefinedschema.py +++ b/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,