MCPcopy Create free account
hub / github.com/ChatGPTBox-dev/chatGPTBox / isUsingSpecialCustomModel

Function isUsingSpecialCustomModel

src/popup/sections/GeneralPart.jsx:51–53  ·  view source on GitHub ↗
(configOrSession)

Source from the content-addressed store, hash-verified

49}
50
51function isUsingSpecialCustomModel(configOrSession) {
52 return isUsingCustomModel(configOrSession) && !configOrSession.apiMode
53}
54
55function getProviderApiKeySetupUrl(providerId) {
56 switch (String(providerId || '').trim()) {

Callers 1

GeneralPartFunction · 0.85

Calls 1

isUsingCustomModelFunction · 0.90

Tested by

no test coverage detected