turboderp / exui

Web UI for ExLlamaV2
MIT License
449 stars 43 forks source link

Optional code to use a local copy of marked and ensure interface can run offline #52

Open dandm1 opened 7 months ago

dandm1 commented 7 months ago

Added code into index.html to look for a local copy of marked.min.js in /static/node_modules. If this isn't successfully loaded, falls back to using the CDN version.

Also added a package.json to the /static folder that will install this package by typing npm install if node and npm are installed.