package ml import ( _ "embed" ) //go:embed chat.js var lemChatJS []byte const chatHTML = ` LEM Chat `