Added chat history support to the financial bot #20
iusztinpaul
announced in
Announcements
Replies: 1 comment 1 reply
-
That's great progress! 🚀 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Now the
FinancialBot
uses the memory module from LangChain to store the conversation and stuff it into the next prompt as context. So you'll be able to converse with the bot continuously.You can run the script above by running inside the
financial_bot
module the following:Beta Was this translation helpful? Give feedback.
All reactions