Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bigcode-project/jupytercoder
/ sendToBigcode
Function
sendToBigcode
src/api.js:3–3 ·
view source on GitHub ↗
(code, url, token)
Source
from the content-addressed store, hash-verified
1
const
api = {
2
sendToOpenAI(prompt, apiKey, modelType) { },
3
sendToBigcode(code, url, token) { }
4
};
5
6
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected