secondme-api / start.sh

Commit History

fix: Adjust Flask port and disable HF telemetry\n\n- Changed Flask server port to 7860 for Hugging Face Spaces compatibility.\n- Added HF_HUB_DISABLE_TELEMETRY=1 to further disable telemetry.
bf063e6

Gemini commited on

fix: Correct start.sh execution flow and app path\n\n- Restored 'cd /app' and original Flask run command.\n- Ensures correct working directory for app.py and setup.sh sourcing.\n- Environment variables are now set before app startup.
52d0968

Gemini commited on

fix: Resolve runtime errors and timeout issues\n\n- Create writable directories for logs and Hugging Face cache.\n- Set TRANSFORMERS_CACHE environment variable.\n- Fix SyntaxWarning in lpm_kernel/utils.py.\n- Disable ChromaDB telemetry to prevent posthog errors.
e09e6c3

Gemini commited on

fix: use start.sh script to start the application
293b6bd

Gemini commited on