removed unused parameters

pull/914/head
sarfaraz siddiqui 1 month ago
parent a694234656
commit cd467f1ea0

@ -219,8 +219,6 @@ def stream():
return Response(
stream_with_context(complete_stream(question, retriever,
chat_history=history,
prompt_id=prompt_id,
conversation_id=conversation_id,
chunks=chunks)), mimetype="text/event-stream"
)

Loading…
Cancel
Save