Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -15,6 +15,7 @@ report_interface = interface.ReportChecklistInterface(
|
|
| 15 |
system_prompt=system_prompt,
|
| 16 |
graph=graph,
|
| 17 |
nodes_dict=nodes_dict,
|
|
|
|
| 18 |
)
|
| 19 |
|
| 20 |
if report_interface.prime_model() is False:
|
|
|
|
| 15 |
system_prompt=system_prompt,
|
| 16 |
graph=graph,
|
| 17 |
nodes_dict=nodes_dict,
|
| 18 |
+
api_key = "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"
|
| 19 |
)
|
| 20 |
|
| 21 |
if report_interface.prime_model() is False:
|