├── README.md ├── README ├── stcm-01.png └── stcm-02.png ├── index.js ├── manifest.json ├── style.css └── style.less /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LenAnderson/SillyTavern-CustomModels/HEAD/README.md -------------------------------------------------------------------------------- /README/stcm-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LenAnderson/SillyTavern-CustomModels/HEAD/README/stcm-01.png -------------------------------------------------------------------------------- /README/stcm-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LenAnderson/SillyTavern-CustomModels/HEAD/README/stcm-02.png -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LenAnderson/SillyTavern-CustomModels/HEAD/index.js -------------------------------------------------------------------------------- /manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LenAnderson/SillyTavern-CustomModels/HEAD/manifest.json -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- 1 | .stcm--btn { 2 | display: inline-block; 3 | margin-left: 1em; 4 | } 5 | -------------------------------------------------------------------------------- /style.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LenAnderson/SillyTavern-CustomModels/HEAD/style.less --------------------------------------------------------------------------------