Skip to content

Commit

Permalink
fix source view on messages that were generated in a previous session (
Browse files Browse the repository at this point in the history
  • Loading branch information
pmeier committed Jan 16, 2024
1 parent 18a6a25 commit 38f75f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ragna/deploy/_ui/central_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,7 @@ def chat_interface(self):
user=self.get_user_from_role(message["role"]),
sources=message["sources"],
timestamp=message["timestamp"],
on_click_source_info_callback=self.on_click_source_info_wrapper,
)
for message in self.current_chat["messages"]
],
Expand Down

0 comments on commit 38f75f6

Please sign in to comment.