MCP-1st-Birthday/StoryCatcher
Add info tooltip to provider selection in UI for better guidance
Update PDF display height in the UI for better visibility
Update README.md to set pinned status to true
Update README.md to include LinkedIn post link
Update README.md to correct project title and refine short description
Update README.md to include sponsors and providers section
Update README.md to include voice input support, environment variable details, and Docker instructions
Add initial library.json file with two novels and their details
Refactor run_one_click_novel to yield additional data and add get_first_chapter function for audio text extraction
Enhance fetch_anthropic_models_tool to handle missing API key and exceptions
Refactor like_novel and vote_current_book functions to improve session handling and button label updates
Implement toggle functionality for liking novels and update error handling for model fetching
Refactor MCP_SSE_URL to use environment variable for port configuration and update FastMCP server initialization comments
Fix MCP_SSE_URL assignment to use environment variable for port configuration
Merge branch 'main' of https://huggingface.co/spaces/daniel-was-taken/dreamcatcher
Remove unnecessary GPU decorators from functions in app.py and clean up whitespace in server.py
Update README.md (#1)
Create Dockerfile (#2)
Update MCP SSE URL handling and refactor FastAPI initialization
Refactor MCP SSE URL handling and update requirements for python-multipart
Enhance FastAPI initialization and update main entry point for Uvicorn
Merge branch 'main' of https://huggingface.co/spaces/daniel-was-taken/dreamcatcher
Comment out the main entry point for uvicorn in server.py
Update README.md
Update README.md
Update README.md
Update gradio dependency to require version 6.0.0 or higher and add fastapi to requirements.txt
Update app_file reference in README.md to point to server.py
Refactor FastMCP integration to streamline SSE handling and improve app structure
Refactor FastAPI initialization and SSE endpoint handling for improved structure and clarity
Refactor MCP client integration to use SSE and update server initialization for improved performance
Refactor SERVER_PATH definition for improved path handling and update gradio dependency in requirements.txt
Enable MCP server in demo launch for improved functionality
Update mcp.run() to specify transport method for improved functionality
Remove GPU decorator from multiple async functions in app.py to streamline execution
Add GPU decorator to various functions in app.py for enhanced performance
Add GPU decorator and enhance slider info in app.py; update requirements.txt to include spaces
Remove unnecessary theme specification in demo launch
Add server functionality for text generation and audio narration
Update .gitignore to include directories for trials and Gradio
Update requirements.txt to include necessary dependencies for project functionality
Remove Python version specification file
Refactor code structure for improved readability and maintainability
Refactor transcriber function to improve audio processing and update model configuration
Refactor transcriber function to simplify audio processing and update model to 'openai/whisper-large'
Update ASR model to use 'openai/whisper-large-v3-turbo' for improved transcription accuracy
Add torchaudio and torchvision to requirements.txt
Refactor device handling for transcriber to improve compatibility with CPU
Refactor requirements.txt to remove version constraints for dependencies
Remove PyTorch and related dependencies from requirements.txt
