Skip to content

Commit

Permalink
feat(qwen-adapter): add logging for QWen request body
Browse files Browse the repository at this point in the history
  • Loading branch information
dingyi222666 committed Jan 27, 2025
1 parent f8fbdb1 commit c306815
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/qwen-adapter/src/requester.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,8 @@ export class QWenRequester

const body = JSON.stringify(data)

console.log('QWen Request', body)

return this._plugin.fetch(requestUrl, {
body,
headers: this._buildHeaders(!url.includes('text-embedding')),
Expand Down

0 comments on commit c306815

Please sign in to comment.