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

Function getGPTUrl

userscripts.js:401–404  ·  view source on GitHub ↗
(model)

Source from the content-addressed store, hash-verified

399 return false
400 },
401 getGPTUrl(model) {
402 if (!model) model = util.getValue('model');
403 return GM_getValue(model + '_url', this.openai)
404 }
405}
406
407// 鼠标悬停计时器

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected