Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
17
export
function
getOpenAIApiKeyFromEnv(): string {
18
return
getApiKeyFromEnv(
'OPENAI_API_KEY'
)
19
}
Callers
8
openaiText
Function · 0.90
openaiVideo
Function · 0.90
openaiTranscription
Function · 0.90
openaiSummarize
Function · 0.90
openaiImage
Function · 0.90
openaiChatCompletions
Function · 0.90
openaiSpeech
Function · 0.90
openaiRealtimeToken
Function · 0.90
Calls
1
getApiKeyFromEnv
Function · 0.90
Tested by
no test coverage detected