Add role-based model eval workload#20
Conversation
|
Caution Review failedPull request was closed or merged during review 📝 WalkthroughWalkthroughThe evalpack schema is extended with ChangesEvalpack v2: schema, logic, workloads, and UI
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: da09c33102
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| "category": "admin_debug", | ||
| "system_prompt": "Act as a pragmatic senior engineer. Give the next diagnostic step first.", | ||
| "prompt": "После деплоя админка открывается, но список моделей пустой. Что проверишь первым?", | ||
| "id": "multimodal-absent-image", |
There was a problem hiding this comment.
Increase the admin timeout for the expanded eval suite
With this suite now at 13 sequential cases, the admin path still wraps the whole run in modelEvalTimeout (45s) while runModelEval gives each case up to 12s. Any model averaging more than about 3.5s per case, or one slow tool case plus normal latency, will hit the outer context deadline and turn later cases into timeout failures unrelated to model quality; because the final save uses that same context, the UI can also be left with the earlier running status instead of the completed report.
Useful? React with 👍 / 👎.
Summary
Tests
Summary by CodeRabbit
New Features
Documentation