MCPcopy Create free account
hub / github.com/Bistutu/FluentRead / getCustomOption

Function getCustomOption

userscripts.js:212–214  ·  view source on GitHub ↗
(model)

Source from the content-addressed store, hash-verified

210 return this[model][this.getOption(model)];
211 },
212 getCustomOption(model) {
213 return GM_getValue("model_" + model) || '';
214 }
215}
216
217let LLMFormat = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected