Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
bmquinn committed Aug 26, 2024
1 parent a76cd79 commit 8e1aa4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chat/src/helpers/response.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def get_and_send_original_question(docs):
"source_documents": source_documents[:5]
}
self.config.socket.send(socket_message)

original_question = {
"question": self.config.question,
"source_documents": source_documents
Expand Down

0 comments on commit 8e1aa4d

Please sign in to comment.