MCPcopy Index your code
hub / github.com/CodebuffAI/codebuff / getByokOpenrouterApiKeyFromEnv

Function getByokOpenrouterApiKeyFromEnv

sdk/src/env.ts:41–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39}
40
41export const getByokOpenrouterApiKeyFromEnv = (): string | undefined => {
42 return process.env[BYOK_OPENROUTER_ENV_VAR]
43}
44
45/**
46 * Get ChatGPT OAuth token from environment variable.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected