Commit History

fix: correct logging function definition and error handling in app.py
20a4d8e

DeathDaDev commited on

feat: add logging configuration to capture application logs and improve debugging
a16eb54

DeathDaDev commited on

style: format code consistently and manage headers correctly in flask-app.py
4e482de

DeathDaDev commited on

refactor: clean up Dockerfile and enhance Flask application for Ollama integration
da32240

DeathDaDev commited on

feat: Add Dockerfile and implement Ollama interaction in Flask app
74dfd01

DeathDaDev commited on

feat: update logs endpoint to use Server-Sent Events for streaming logs
619e565

DeathDaDev commited on

feat: create chat interface with live console output section
dfd6c0b

DeathDaDev commited on

feat: add health check endpoint to indicate server status for Hugging Face Spaces
0686433

DeathDaDev commited on

refactor: move hello() function to hello.py and import it in app.py
57775d5

DeathDaDev commited on

build: Create directory for Ollama and set permissions for non-root user in Dockerfile
eaaf4b4

DeathDaDev commited on

Update Dockerfile
dafa09d
verified

DeathDaDev commited on

Update Dockerfile
1c02ed8
verified

DeathDaDev commited on

Update Dockerfile
94252e7
verified

DeathDaDev commited on

Update Dockerfile
ceace01
verified

DeathDaDev commited on

fix: correct entry point in Dockerfile to execute start.sh with sh shell
f51cdad

DeathDaDev commited on

fix: create app directory before writing start.sh in Dockerfile
e3f7c3a

DeathDaDev commited on

feat: install Flask and set up entry point in Docker container
f780aa2

DeathDaDev commited on

(no commit message provided)
3ccfba8

DeathDaDev commited on

fix: Persist Ollama private key between restarts using volume mount.
385448a

DeathDaDev commited on

chore: remove `cmd` instruction from Dockerfile
dea72f6

DeathDaDev commited on

feat: add gateway API for Ollama using Flask and docker-compose
0fa8221

DeathDaDev commited on

Update Dockerfile
5b6bc41
verified

DeathDaDev commited on

Update flask-app.py
89e34bf
verified

DeathDaDev commited on

Upload flask-app.py
598538d
verified

DeathDaDev commited on

Update Dockerfile
ae00b8b
verified

DeathDaDev commited on

Update Dockerfile
3f09d3b
verified

DeathDaDev commited on

Update Dockerfile
64312af
verified

DeathDaDev commited on

Merge branch 'main' of https://huggingface.co/spaces/DeathDaDev/ollama-server
d8da006

DeathDaDev commited on

Add logs file for debugging.
9eac1a8

DeathDaDev commited on

Add web interface and API endpoint for Ollama interaction.
e045f7a

DeathDaDev commited on

Add live logs and API endpoints to the web interface.
ea5c2f9

DeathDaDev commited on

Add route to display Ollama logs in the web interface.
eba0ee0

DeathDaDev commited on

Add index route to display logs
2e6dee6

DeathDaDev commited on

Add basic Flask app and index template.
a618bb4

DeathDaDev commited on

Expose ports for Ollama and Flask web server and install Flask.
d1605a3

DeathDaDev commited on

Update Dockerfile
c2fdac8
verified

DeathDaDev commited on

Update Dockerfile
74c93a9
verified

DeathDaDev commited on

Update Dockerfile
53aebb3
verified

DeathDaDev commited on

Create Dockerfile
0151794
verified

DeathDaDev commited on

initial commit
38c4b11
verified

DeathDaDev commited on