SolutionsAI420/AI-Note-Summarizer-Web-App

Bug - Summarizer fails on very long text inputs

オープン

#8 opened on 2025/10/13

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Python (5 件のフォーク)auto 404
bugenhancementgood first issue

Repository metrics

Stars
 (0 個のスター)
PR merge metrics
 (30d に merged 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.

コントリビューターガイド