Skip to content

Commit

Permalink
demo access
Browse files Browse the repository at this point in the history
  • Loading branch information
chitalian committed Jan 10, 2025
1 parent 4368365 commit 3c34cc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions valhalla/jawn/src/lib/clients/LLMAsAJudge/LLMAsAJudge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ type EvaluatorScore = {
};
export type EvaluatorScoreResult = Result<EvaluatorScore, string>;

const TIERS = ["pro-20240913", "enterprise"];
const TIERS = ["pro-20240913", "enterprise", "demo"];

export class LLMAsAJudge {
constructor(
Expand Down Expand Up @@ -75,7 +75,6 @@ export class LLMAsAJudge {
this.params.organizationId,
"LLMAsAJudge"
);
console.log("OPENROUTER_KEY", OPENROUTER_KEY);

const res = await heliconeApiKey.data?.with(async (apiKey) => {
return await fetch(requestPath, {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ export class ExperimentV2Manager extends BaseManager {

return result;
} catch (e) {
return err("Failed to run hypothesis");
return err("Failed to run hypothesis" + JSON.stringify(e));
}
}

Expand Down

0 comments on commit 3c34cc1

Please sign in to comment.