I am working in windows and here chat session json files are saved in different format,here there is minor difference where element dictionaries don't have key "type" and values "human" or "ai"
Example
[
{content:"hi", additional kwargs:{}, example:False},
{content:"hello I am ai Chatbot ", additional kwargs:{}, example: False},
]
load_chat_history_json() function in utils.py will be affected by this
I am working in windows and here chat session json files are saved in different format,here there is minor difference where element dictionaries don't have key "type" and values "human" or "ai"
Example [ {content:"hi", additional kwargs:{}, example:False}, {content:"hello I am ai Chatbot ", additional kwargs:{}, example: False}, ]
load_chat_history_json() function in utils.py will be affected by this