lmg-anon / mikupad

LLM Frontend in a single html file
https://lmg-anon.github.io/mikupad/mikupad.html
Creative Commons Zero v1.0 Universal
175 stars 24 forks source link

Fix Uncaught TypeError: value is undefined when switching Chat Templates #72

Closed neCo2 closed 1 month ago

neCo2 commented 1 month ago

I think the undefined fimTemplates were causing problems with the replaceNewlines function when trying to generate after switching the template. Again a ? should fix the issue.

Uncaught TypeError: value is undefined
    replaceNewlines mikupad.html:3581
lmg-anon commented 1 month ago

Thank you for the patch! I didn't see this coming.