MCPcopy Create free account
hub / github.com/Xyntopia/taskyon / openAIUsed

Function openAIUsed

src/modules/chat.ts:137–139  ·  view source on GitHub ↗
(baseURL: string)

Source from the content-addressed store, hash-verified

135}
136
137export function openAIUsed(baseURL: string) {
138 return getBackendUrls('openai') == baseURL;
139}
140
141export function getCurrentMode(chatState: ChatStateType): string {
142 if (openAIUsed(chatState.baseURL)) {

Callers 3

processChatTaskFunction · 0.90
getCurrentModeFunction · 0.85
selectedBotIDFunction · 0.85

Calls 1

getBackendUrlsFunction · 0.85

Tested by

no test coverage detected