MCPcopy Create free account
hub / github.com/TeleBoxOrg/TeleBox_Plugins /

Class

music/music.ts:557–557  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

555 async searchMusic(query: string, retryCount: number = 0): Promise<string> {
556 const model = await ConfigManager.get(CONFIG.KEYS.MODEL);
557 const url = `${this.baseUrl}/v1beta/models/${model}:generateContent`;
558
559 // 获取准确率调节参数
560 const temperature = parseFloat(await ConfigManager.get(CONFIG.KEYS.TEMPERATURE, "0.1"));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected