Skip to content

Commit

Permalink
chore: debug for sampling
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Apr 3, 2024
1 parent 5efee13 commit 4c38c85
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/parser/content-evaluator-module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ export class ContentEvaluatorModule implements Module {
}

async _sampleRelevanceScoreResults(specification: string, comments: string[]) {
console.log("Will sample results for", comments);
console.log("Is Open key preset", !!process.env.OPENAI_API_KEY);
const BATCH_SIZE = 10;
const evaluationPromises: ReturnType<typeof this._evaluateComments>[] = [];

Expand Down

0 comments on commit 4c38c85

Please sign in to comment.