Spaces:
Sleeping
Sleeping
Update services/qa_service/qna.py
Browse files
services/qa_service/qna.py
CHANGED
@@ -47,4 +47,4 @@ class QAService:
|
|
47 |
prompt = format_prompt(self.question, context)
|
48 |
output = self.model_pipeline.infer(prompt)
|
49 |
|
50 |
-
return output,
|
|
|
47 |
prompt = format_prompt(self.question, context)
|
48 |
output = self.model_pipeline.infer(prompt)
|
49 |
|
50 |
+
return output, prompt
|