Commit History
Fix variable name for Hugging Face API key in stance model loading process in main.py dc6c29a
Yassine Mhirsi commited on
Update configuration for stance detection model by renaming environment variables and adjusting model loading in main.py 70a2026
Yassine Mhirsi commited on
Fix formatting in stance_model_manager.py by adjusting whitespace in tokenizer loading code 17abb72
Yassine Mhirsi commited on
Add logging for API documentation URL in lifespan function of main.py 058bfe4
Yassine Mhirsi commited on
Redirect root endpoint to API documentation instead of returning API information b0001af
Yassine Mhirsi commited on
Add model_config to HealthResponse in health.py for enhanced configuration options 170053d
Yassine Mhirsi commited on
Refactor import statements in health.py and stance.py to use absolute paths for improved clarity and consistency 24cfb63
Yassine Mhirsi commited on
Refactor import statements in health.py and stance.py to use relative paths; update .dockerignore to remove models directory 287d61b
Yassine Mhirsi commited on
Refactor Dockerfile and main.py to set working directory and PYTHONPATH correctly; ensure imports function as expected 03977cf
Yassine Mhirsi commited on
Update Dockerfile to change working directory and PYTHONPATH to root e304280
Yassine Mhirsi commited on
Set PYTHONPATH in Dockerfile to ensure correct imports 02d5860
Yassine Mhirsi commited on
first test 9db766f
Yassine Mhirsi commited on
Add .gitignore file to exclude environment and Python-related files 9001f9e
Yassine Mhirsi commited on