Forum Discussion
Christian-tts
3 months agoCommunity Member
HTTP headers / Review 360
Hi, I’m currently building a local LLM chatbot within Articulate Storyline and need to set the following HTTP headers to enable multi-threading:
Cross-Origin-Opener-Policy: same-origin
Cr...
PhilMayor
3 months agoSuper Hero
You would be better testing outside review, I suspect this will always break inside review
Christian-tts
3 months agoCommunity Member
No, it works quite well, even with embeddings. The only problem is the performance. Cross-origin isolation is required for SharedArrayBuffer / multi-threading and it is not possible to set these headers via htaccess or web worker, at least it has not worked for me yet.