Omnibus commited on
Commit
9bb6ead
·
1 Parent(s): 95743b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -77,6 +77,7 @@ def run_gpt(
77
 
78
  content = PREFIX.format(
79
  timestamp=timestamp,
 
80
  ) + prompt_template.format(**prompt_kwargs)
81
  if VERBOSE:
82
  print(LOG_PROMPT.format(content))
 
77
 
78
  content = PREFIX.format(
79
  timestamp=timestamp,
80
+ purpose="Compile the provided data"
81
  ) + prompt_template.format(**prompt_kwargs)
82
  if VERBOSE:
83
  print(LOG_PROMPT.format(content))