MCPcopy Create free account
hub / github.com/Bytez-com/docs / constructor

Method constructor

sdk/javascript/src/index.ts:12–14  ·  view source on GitHub ↗
(apiKey: string, dev = false, browser?: boolean)

Source from the content-addressed store, hash-verified

10 */
11export default class Bytez {
12 constructor(apiKey: string, dev = false, browser?: boolean) {
13 this.#client = new Client(apiKey, dev, browser);
14 }
15 #client: Client;
16 list = {
17 /** Lists available models, and provides basic information about each one, such as RAM required */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected