Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scores summary on Experiment #1911

Merged
merged 14 commits into from
May 16, 2024
Merged

Scores summary on Experiment #1911

merged 14 commits into from
May 16, 2024

Conversation

maamalama
Copy link
Collaborator

Scores summary on Experiment

Copy link

vercel bot commented May 14, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
helicone ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 15, 2024 11:41pm

model: string;
cost: number;
//customScores: Record<string, number>;
scores: Record<string, any>;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's not use any please

@@ -22,6 +22,8 @@ interface PromptIdPageProps {
promptId: string;
}

type Scores = { [key: string]: any };
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This type should come from the OpenAPI spec

@ScottMktn
Copy link
Contributor

LGTM

@ScottMktn ScottMktn merged commit 948fb43 into main May 16, 2024
8 of 9 checks passed
@ScottMktn ScottMktn deleted the experiment-scores-display branch May 16, 2024 18:36
chitalian pushed a commit that referenced this pull request Jun 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants