rocoder commited on
Commit
fcb1273
·
verified ·
1 Parent(s): bd8b19b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -26,6 +26,9 @@ def generate_response(
26
  ):
27
  print('=====================')
28
  print(type(history))
 
 
 
29
  listObject = ""
30
  try:
31
  listObject = json.loads(system_prompt)
 
26
  ):
27
  print('=====================')
28
  print(type(history))
29
+ print(history)
30
+ print(type(system_prompt))
31
+ print('=====================')
32
  listObject = ""
33
  try:
34
  listObject = json.loads(system_prompt)