Skip to content

Commit

Permalink
remove console statement
Browse files Browse the repository at this point in the history
  • Loading branch information
flexchar committed Mar 20, 2024
1 parent c3e3498 commit 6a9a1de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/providers/google-vertex/chatComplete.ts
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@ export const GoogleChatCompleteResponseTransform: (
totalTokenCount = 0,
} = response.usageMetadata;

console.log(JSON.stringify({ response }, null, 2));
return {
id: crypto.randomUUID(),
object: 'chat_completion',
Expand Down

0 comments on commit 6a9a1de

Please sign in to comment.