MCPcopy Index your code
hub / github.com/Xyntopia/taskyon / getAPIURLs

Function getAPIURLs

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

Source from the content-addressed store, hash-verified

37);
38
39export function getAPIURLs(baseURL: string) {
40 return {
41 chat: baseURL + '/chat/completions',
42 models: baseURL + '/models',
43 };
44}
45
46export function getBackendUrls(backend: 'openai' | 'openrouter') {
47 let baseURL;

Callers 2

processChatTaskFunction · 0.90
chat.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected