Spaces:
Sleeping
Sleeping
Update services/qa_service/qna.py
Browse files
services/qa_service/qna.py
CHANGED
@@ -58,4 +58,4 @@ class QAService:
|
|
58 |
#prompt = format_prompt(self.question, context)
|
59 |
#output = self.model_pipeline.infer(prompt)
|
60 |
|
61 |
-
return full_context
|
|
|
58 |
#prompt = format_prompt(self.question, context)
|
59 |
#output = self.model_pipeline.infer(prompt)
|
60 |
|
61 |
+
return self.question, full_context, # output, context
|