neuralworm commited on
Commit
eafed86
·
1 Parent(s): 0804c9d

initial commit

Browse files
Files changed (1) hide show
  1. gen.py +2 -2
gen.py CHANGED
@@ -41,7 +41,7 @@ else:
41
 
42
  # Definir el prompt para generar un JSON con eventos anidados
43
  prompt = (
44
- "Generate a JSON object that describes a sequence of potential events, where each event can have nested subevents. The JSON structure should adhere to the following format:\n\n"
45
  "{\n"
46
  " \"events\": {\n"
47
  " \"event\": {\n"
@@ -68,7 +68,7 @@ prompt = (
68
  " // Your generated JSON here \n"
69
  "}\n"
70
  "</json>\n\n"
71
- "Now, generate a similar JSON with nested events, but change the details and numbers to reflect the following input, responding only with the JSON enclosed within the `<json>` and `</json>` tags: "
72
  )
73
 
74
 
 
41
 
42
  # Definir el prompt para generar un JSON con eventos anidados
43
  prompt = (
44
+ "Generate a JSON object that describes a sequence of potential future events, where each event can have nested subevents. The JSON structure should adhere to the following format:\n\n"
45
  "{\n"
46
  " \"events\": {\n"
47
  " \"event\": {\n"
 
68
  " // Your generated JSON here \n"
69
  "}\n"
70
  "</json>\n\n"
71
+ "Now, generate a JSON with the before-mentioned schema, to reflect the potential future timeline with the following theme, responding only with the JSON enclosed within the `<json>` and `</json>` tags. Theme: "
72
  )
73
 
74