Skip to content

Commit bbf2080

Browse files
Update index.js
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> Signed-off-by: Rahul Johny <116638720+johnyrahul@users.noreply.github.com>
1 parent 1d392b1 commit bbf2080

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -626,6 +626,7 @@ class LLMWhispererClientV2 {
626626
const url = `${this.baseUrl}/whisper-detail`;
627627
const params = { whisper_hash: whisperHash };
628628
this.logger.debug(`url: ${url}`);
629+
this.logger.debug(`params: ${JSON.stringify(params)}`);
629630

630631
try {
631632
const response = await this.client.get(url, {

0 commit comments

Comments
 (0)