(model)
| 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 | // 鼠标悬停计时器 |
nothing calls this directly
no outgoing calls
no test coverage detected