You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Handlebars template, the code {{#each chatHistory}} should be replaced with {{#each history}}. Alternatively, the code { "history", history } should be replaced with { "chatHistory", history } for the program to function correctly.
This issue is causing confusion and may lead to incorrect implementation. A prompt correction would be appreciated.