Commit Graph

5 Commits

Author SHA1 Message Date
d095e7de1e chore: add debug prints and fix streaming response handling in websocket client and server
- Add print statement for HTTP response status in client.py websocket handler
- Comment out JSON parsing of stream chunks, send raw decoded bytes instead
- Add chunk validation and yield newline for empty chunks in server.py generator
- Add 'stop' key check alongside 'done' for stream termination
- Fix model listing response format to include 'object' and 'data' wrapper
- Update model metadata fields: replace 'owner' with 'owned_by', set non-zero creation timestamp
2025-04-25 19:18:45 +00:00
1769585810 fix: move task creation inside while loop and remove trailing newline from server response 2025-04-08 08:42:07 +00:00
8a049aa084 fix: change default Ollama URL scheme from HTTPS to HTTP in client.py 2025-04-01 09:07:09 +00:00
afa7a94847 chore: strip redundant comments and whitespace from client, server, test, and html files 2025-04-01 08:56:11 +00:00
221a8f09c6 chore: initialize project with .gitignore, client.py, server.py, index.html, and test.py 2025-04-01 08:33:50 +00:00