[PR #34] [MERGED] chore: lfg #77

Closed
opened 2026-02-15 19:14:56 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/auto-evaluator/pull/34
Author: @dankolesnikov
Created: 4/23/2023
Status: Merged
Merged: 4/23/2023
Merged by: @dankolesnikov

Base: mainHead: lots-of-fixes


📝 Commits (1)

📊 Changes

11 files changed (+3836 additions, -180 deletions)

View changed files

nextjs/components/Demo.tsx (+600 -0)
📝 nextjs/components/HeaderEvaluator.tsx (+37 -32)
📝 nextjs/components/Playground.tsx (+27 -140)
nextjs/components/TestFileUploadZone.tsx (+130 -0)
📝 nextjs/pages/index.tsx (+29 -8)
nextjs/pages/playground/index.tsx (+48 -0)
nextjs/public/testData/experiments.json (+18 -0)
nextjs/public/testData/karpathy-pod.txt (+2822 -0)
nextjs/public/testData/results.json (+72 -0)
nextjs/public/testData/testDataset.json (+22 -0)
📝 nextjs/utils/types.ts (+31 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/auto-evaluator/pull/34 **Author:** [@dankolesnikov](https://github.com/dankolesnikov) **Created:** 4/23/2023 **Status:** ✅ Merged **Merged:** 4/23/2023 **Merged by:** [@dankolesnikov](https://github.com/dankolesnikov) **Base:** `main` ← **Head:** `lots-of-fixes` --- ### 📝 Commits (1) - [`e96d6ab`](https://github.com/langchain-ai/auto-evaluator/commit/e96d6ab07ab4d1f21fa2f41a2dcfceff399f98fe) chore: lfg ### 📊 Changes **11 files changed** (+3836 additions, -180 deletions) <details> <summary>View changed files</summary> ➕ `nextjs/components/Demo.tsx` (+600 -0) 📝 `nextjs/components/HeaderEvaluator.tsx` (+37 -32) 📝 `nextjs/components/Playground.tsx` (+27 -140) ➕ `nextjs/components/TestFileUploadZone.tsx` (+130 -0) 📝 `nextjs/pages/index.tsx` (+29 -8) ➕ `nextjs/pages/playground/index.tsx` (+48 -0) ➕ `nextjs/public/testData/experiments.json` (+18 -0) ➕ `nextjs/public/testData/karpathy-pod.txt` (+2822 -0) ➕ `nextjs/public/testData/results.json` (+72 -0) ➕ `nextjs/public/testData/testDataset.json` (+22 -0) 📝 `nextjs/utils/types.ts` (+31 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 19:14:56 -05:00
yindo closed this issue 2026-02-15 19:14:56 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/auto-evaluator#77