MCPcopy Create free account
hub / github.com/bigcode-project/jupytercoder / getOpenAIKey

Function getOpenAIKey

src/preferences.js:3–3  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1const preferences = {
2 // get the OpenAI key filled out by the user
3 async getOpenAIKey() { },
4 // get the Huggingface Access Token filled out by the user
5 async getHuggingfaceApiKey() { },
6 // get the Bigcode service url filled out by the user

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected