Open Issues Need Help
View All on GitHubAI Summary: This feature request aims to allow users to customize the length of generated summaries, moving away from the current fixed ~300-word limit. It involves implementing a UI slider in the sidebar for length selection (e.g., short/medium/long or specific word count), integrating this choice into the underlying prompt template, and adding validation for the input.
AI Summary: This issue aims to enhance the user experience for URL validation by providing more specific error messages and helpful guidance. It proposes adding helper text with examples, offering to auto-prepend 'https://' when a scheme is missing, and implementing a unit-free check for YouTube URLs.
AI Summary: This issue proposes adding support for configuring the application using environment variables, specifically for Hugging Face API tokens and model repository IDs. The goal is to eliminate the need for manual input of these values on each run by pre-filling Streamlit inputs from environment variables if they are set, and to document this new feature in the README.