Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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))
|