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

Function getOpenAIApiKeyFromEnv

packages/ai-openai/src/utils/client.ts:17–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15 * @throws Error if OPENAI_API_KEY is not found
16 */
17export function getOpenAIApiKeyFromEnv(): string {
18 return getApiKeyFromEnv('OPENAI_API_KEY')
19}

Callers 8

openaiTextFunction · 0.90
openaiVideoFunction · 0.90
openaiTranscriptionFunction · 0.90
openaiSummarizeFunction · 0.90
openaiImageFunction · 0.90
openaiChatCompletionsFunction · 0.90
openaiSpeechFunction · 0.90
openaiRealtimeTokenFunction · 0.90

Calls 1

getApiKeyFromEnvFunction · 0.90

Tested by

no test coverage detected