Skip to content

Commit

Permalink
Implementing setup function in UI
Browse files Browse the repository at this point in the history
  • Loading branch information
dividor committed Jul 10, 2024
1 parent ee7bee5 commit 781a1a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/chat-chainlit-assistant/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -794,4 +794,4 @@ async def process_message(message: cl.Message):
) as stream:
stream.until_done()

cl.user_session.set("chat_history", chat_history)
cl.user_session.set("chat_history", chat_history)

0 comments on commit 781a1a5

Please sign in to comment.