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

Function isUsingChatGLMApiModel

src/config/index.mjs:854–856  ·  view source on GitHub ↗
(configOrSession)

Source from the content-addressed store, hash-verified

852}
853
854export function isUsingChatGLMApiModel(configOrSession) {
855 return isInApiModeGroup(chatglmApiModelKeys, configOrSession)
856}
857
858export function isUsingOllamaApiModel(configOrSession) {
859 return isInApiModeGroup(ollamaApiModelKeys, configOrSession)

Calls 1

isInApiModeGroupFunction · 0.90

Tested by

no test coverage detected