Skip to content

Commit

Permalink
refactor(build-prompt-v2): remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
RostyslavManko committed Jan 14, 2025
1 parent c2dc0a2 commit 207f3a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/build-prompt-v2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export async function buildFinalMessages(
}

let remainingTokens = CHUNK_SIZE
console.log("CHUNK_SIZE", CHUNK_SIZE)

const lastUserMessage = chatMessages[chatMessages.length - 2].message.content
const lastUserMessageContent = Array.isArray(lastUserMessage)
? lastUserMessage
Expand Down

0 comments on commit 207f3a3

Please sign in to comment.