From acde0819d97fa82af7d95da5ae64e0b4fdf6923a Mon Sep 17 00:00:00 2001 From: Matt Williams Date: Tue, 14 Nov 2023 10:33:02 -0800 Subject: [PATCH] Update examples/python-json-datagenerator/randomaddresses.py Co-authored-by: Bruce MacDonald --- examples/python-json-datagenerator/randomaddresses.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/python-json-datagenerator/randomaddresses.py b/examples/python-json-datagenerator/randomaddresses.py index afb97690..ec6c920d 100644 --- a/examples/python-json-datagenerator/randomaddresses.py +++ b/examples/python-json-datagenerator/randomaddresses.py @@ -14,7 +14,7 @@ countries = [ country = random.choice(countries) model = "llama2" -prompt = f"generate one realisticly believable sample data set of a persons first name, last name, address in {country}, and phone number. Do not use common names. Respond using JSON. Key names should with no backslashes, values should use plain ascii with no special characters." +prompt = f"generate one realistically believable sample data set of a persons first name, last name, address in {country}, and phone number. Do not use common names. Respond using JSON. Key names should have no backslashes, values should use plain ascii with no special characters." data = { "prompt": prompt,