delete_chat_history()
from embedchain import App app = App() app.add("https://www.forbes.com/profile/elon-musk") app.chat("What is the net worth of Elon Musk?") app.delete_chat_history()
Was this page helpful?