MCPcopy
hub / github.com/lingodotdev/lingo.dev / getGoogleKeyFromRc

Function getGoogleKeyFromRc

packages/compiler/src/utils/llm-api-key.ts:56–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54}
55
56export function getGoogleKeyFromRc() {
57 return getKeyFromRc("llm.googleApiKey");
58}
59
60export function getGoogleKeyFromEnv() {
61 return getKeyFromEnv("GOOGLE_API_KEY");

Callers 1

getGoogleKeyFunction · 0.85

Calls 1

getKeyFromRcFunction · 0.85

Tested by

no test coverage detected