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

Function getChatGptOAuthTokenFromEnv

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

Source from the content-addressed store, hash-verified

46 * Get ChatGPT OAuth token from environment variable.
47 */
48export const getChatGptOAuthTokenFromEnv = (): string | undefined => {
49 return process.env[CHATGPT_OAUTH_TOKEN_ENV_VAR]
50}

Callers 2

env.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected