fix: correct logging function definition and error handling in app.py 20a4d8e DeathDaDev commited on Aug 19
feat: add logging configuration to capture application logs and improve debugging a16eb54 DeathDaDev commited on Aug 19
style: format code consistently and manage headers correctly in flask-app.py 4e482de DeathDaDev commited on Aug 19
refactor: clean up Dockerfile and enhance Flask application for Ollama integration da32240 DeathDaDev commited on Aug 19
feat: Add Dockerfile and implement Ollama interaction in Flask app 74dfd01 DeathDaDev commited on Aug 19
feat: update logs endpoint to use Server-Sent Events for streaming logs 619e565 DeathDaDev commited on Aug 19
feat: add health check endpoint to indicate server status for Hugging Face Spaces 0686433 DeathDaDev commited on Aug 19
refactor: move hello() function to hello.py and import it in app.py 57775d5 DeathDaDev commited on Aug 19
build: Create directory for Ollama and set permissions for non-root user in Dockerfile eaaf4b4 DeathDaDev commited on Aug 19
fix: correct entry point in Dockerfile to execute start.sh with sh shell f51cdad DeathDaDev commited on Aug 19
fix: create app directory before writing start.sh in Dockerfile e3f7c3a DeathDaDev commited on Aug 19
fix: Persist Ollama private key between restarts using volume mount. 385448a DeathDaDev commited on Aug 19
feat: add gateway API for Ollama using Flask and docker-compose 0fa8221 DeathDaDev commited on Aug 19
Merge branch 'main' of https://huggingface.co/spaces/DeathDaDev/ollama-server d8da006 DeathDaDev commited on Jul 31
Expose ports for Ollama and Flask web server and install Flask. d1605a3 DeathDaDev commited on Jul 31