[PR #82] [MERGED] Restrict file size/quantity #101

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/auto-evaluator/pull/82
Author: @benisgold
Created: 4/30/2023
Status: Merged
Merged: 4/30/2023
Merged by: @rlancemartin

Base: mainHead: @benisgold/file


📝 Commits (3)

📊 Changes

2 files changed (+30 additions, -10 deletions)

View changed files

📝 nextjs/components/Playground.tsx (+28 -8)
📝 nextjs/components/tables/FilesTable.tsx (+2 -2)

📄 Description

Enforce file upload limit to 1 file max 50MB. Also included improved error messaging and changed file size display from KB to MB.


🔄 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/82 **Author:** [@benisgold](https://github.com/benisgold) **Created:** 4/30/2023 **Status:** ✅ Merged **Merged:** 4/30/2023 **Merged by:** [@rlancemartin](https://github.com/rlancemartin) **Base:** `main` ← **Head:** `@benisgold/file` --- ### 📝 Commits (3) - [`d450767`](https://github.com/langchain-ai/auto-evaluator/commit/d450767d7587da90bb874e64e393088f48480423) file size/amount limit - [`f6272f5`](https://github.com/langchain-ai/auto-evaluator/commit/f6272f547b9e70672ee70aa7e451345c3136d3a0) file size to KB - [`6d6a140`](https://github.com/langchain-ai/auto-evaluator/commit/6d6a140821737b38e525ebbf3c79612d755e29c1) file size to MB ### 📊 Changes **2 files changed** (+30 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `nextjs/components/Playground.tsx` (+28 -8) 📝 `nextjs/components/tables/FilesTable.tsx` (+2 -2) </details> ### 📄 Description Enforce file upload limit to 1 file max 50MB. Also included improved error messaging and changed file size display from KB to MB. --- <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:15:01 -05:00
yindo closed this issue 2026-02-15 19:15:01 -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#101