-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Add model info to eval runs table #7749
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your contribution! I've reviewed the changes and found some issues that need attention. The most critical is that this PR has merge conflicts that must be resolved before it can be merged.
|
🚀 Preview deployed! Your changes have been deployed to Vercel: Preview URL: https://roo-code-website-5ghyz724g-roo-code.vercel.app This preview will be updated automatically when you push new commits to this PR. |
|
|
||
| return ( | ||
| <> | ||
| <div className="pt-4 pb-8 font-mono">Cost x Score</div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider wrapping the user-facing header text ('Cost x Score') in a translation function (e.g., t()) to support internationalization.
| <div className="pt-4 pb-8 font-mono">Cost x Score</div> | |
| <div className="pt-4 pb-8 font-mono">{t("Cost x Score")}</div> |
This comment was generated because it violated a code review rule: irule_C0ez7Rji6ANcGkkX.
Important
Add model information to eval runs table and update UI to display it, with refactoring and database schema changes.
name,contextWindow,inputPrice,outputPrice,cacheWritesPrice,cacheReadsPricetorunstable in0002_bouncy_blazing_skull.sql.schema.tsto reflect new columns inrunstable.Evalscomponent inevals.tsxto use newEvalRuntype and display additional model info.Plotcomponent inplot.tsx.EvalRuntype intypes.tsto include new fields.db:test:migrateanddb:production:migratescripts topackage.json.use-open-router-models.ts.This description was created by
for bcd31d6. You can customize this summary. It will automatically update as commits are pushed.