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
I only modified GetAiChat.tsx to bridge the local LLM API.
Uncaught runtime errors:
ERROR
Failed to execute 'createElement' on 'Document': The tag name provided ('head<div') is not a valid name.
at createElement (https://development.zonetwelve.io/static/js/bundle.js:40301:38)
at createInstance (https://development.zonetwelve.io/static/js/bundle.js:41290:24)
at completeWork (https://development.zonetwelve.io/static/js/bundle.js:50905:32)
at completeUnitOfWork (https://development.zonetwelve.io/static/js/bundle.js:54664:20)
at performUnitOfWork (https://development.zonetwelve.io/static/js/bundle.js:54640:9)
at workLoopSync (https://development.zonetwelve.io/static/js/bundle.js:54554:9)
at renderRootSync (https://development.zonetwelve.io/static/js/bundle.js:54527:11)
at recoverFromConcurrentError (https://development.zonetwelve.io/static/js/bundle.js:54019:24)
at performConcurrentWorkOnRoot (https://development.zonetwelve.io/static/js/bundle.js:53932:26)
at workLoop (https://development.zonetwelve.io/static/js/bundle.js:71275:38)
When the AI outputs HTML without unquote, it can cause issues with rendering.
For example:
Afterwards, the interface displays an error page.
Uncaught runtime errors:
ERROR
If you need the entire output, here's the link: https://gist.github.com/ZoneTwelve/42714f7bdf171b920b742890fadc8ffa.
The text was updated successfully, but these errors were encountered: