langchain
32cad38e - <langchain_community\llms\chatglm.py>: <Correcting "history"> (#16729)

Commit
2 years ago
<langchain_community\llms\chatglm.py>: <Correcting "history"> (#16729) Use the real "history" provided by the original program instead of putting "None" in the history. - **Description:** I change one line in the code to make it return the "history" of the chat model. - **Issue:** At the moment it returns only the answers of the chat model. However the chat model himself provides a history more complet with the questions of the user. - **Dependencies:** no dependencies required for this change,
Author
Parents
Loading