Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -66,6 +66,7 @@ def run_gpt(
|
|
| 66 |
|
| 67 |
|
| 68 |
content = PREFIX.format(
|
|
|
|
| 69 |
purpose=purpose,
|
| 70 |
) + prompt_template.format(**prompt_kwargs)
|
| 71 |
if VERBOSE:
|
|
|
|
| 66 |
|
| 67 |
|
| 68 |
content = PREFIX.format(
|
| 69 |
+
date_time_str=date_time_str,
|
| 70 |
purpose=purpose,
|
| 71 |
) + prompt_template.format(**prompt_kwargs)
|
| 72 |
if VERBOSE:
|