abdullahalioo commited on
Commit
c430681
·
verified ·
1 Parent(s): 3ada3ad

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -1
main.py CHANGED
@@ -65,4 +65,5 @@ async def ask(question: Question):
65
  return StreamingResponse(
66
  generate_response_chunks(question.question),
67
  media_type="text/plain"
68
- )
 
 
65
  return StreamingResponse(
66
  generate_response_chunks(question.question),
67
  media_type="text/plain"
68
+ )
69
+