SolutionsAI420/AI-Note-Summarizer-Web-App

Bug - Summarizer fails on very long text inputs

開放

#8 建立於 2025年10月13日

 (0 則留言) (0 個反應) (0 位負責人)Python (5 個分叉)auto 404
bugenhancementgood first issue

倉庫指標

星標
 (0 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

When a user pastes a very long text document (e.g., >10,000 words), the summarization process either hangs indefinitely or crashes with a timeout error. The UI does not provide any feedback to the user about the input limit or the error. Implement input validation to check the character/word count before sending the request to the backend.

貢獻者指南