Yash Sachdeva commited on
Commit
8a8b6e0
·
1 Parent(s): 6db4d36

print output

Browse files
Files changed (1) hide show
  1. question_paper.py +1 -1
question_paper.py CHANGED
@@ -27,5 +27,5 @@ def llama():
27
  echo=True # Echo the prompt back in the output
28
  ) # Generate a completion, can also call create_completion
29
 
 
30
  return {"output": output}
31
-
 
27
  echo=True # Echo the prompt back in the output
28
  ) # Generate a completion, can also call create_completion
29
 
30
+ print(output);
31
  return {"output": output}