Mahbodez commited on
Commit
6af3c7d
·
1 Parent(s): 934079e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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: