MCPcopy Create free account
hub / github.com/Jackywine/Bella / setAPIKey

Method setAPIKey

core.js:238–240  ·  view source on GitHub ↗
(provider, apiKey)

Source from the content-addressed store, hash-verified

236
237 // Set API key
238 setAPIKey(provider, apiKey) {
239 return this.cloudAPI.setAPIKey(provider, apiKey);
240 }
241
242 // Clear conversation history
243 clearHistory() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected