MCPcopy Create free account
hub / github.com/TanStack/ai / openaiUrl

Function openaiUrl

testing/e2e/src/lib/media-providers.ts:33–35  ·  view source on GitHub ↗
(aimockPort?: number)

Source from the content-addressed store, hash-verified

31}
32
33function openaiUrl(aimockPort?: number): string {
34 return `${llmockBase(aimockPort)}/v1`
35}
36
37function testHeaders(testId?: string): Record<string, string> | undefined {
38 return testId ? { 'X-Test-Id': testId } : undefined

Callers 4

createImageAdapterFunction · 0.70
createTTSAdapterFunction · 0.70
createVideoAdapterFunction · 0.70

Calls 1

llmockBaseFunction · 0.70

Tested by

no test coverage detected