70ff225f4e
feat: restructure models endpoint to return dict list and add /v1/models route
...
The models handler now returns a list of structured model objects with id, instances, owner, and created fields instead of a flat count dict. A new GET /v1/models route is registered alongside the existing /models endpoint to support OpenAI-compatible API paths.
2025-04-25 08:57:37 +00:00
9d6920a24b
chore: add debug print statements and fix done-check logic in websocket forwarding
2025-04-23 17:38:14 +00:00
2670b24b7b
fix: correct typo in user authentication error message string
2025-04-16 17:50:41 +00:00
cb4919afc4
fix: add CRLF line endings to SSE responses in http_handler
2025-04-08 08:45: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
eb373ba708
chore: add v1 api route aliases for chat and completions endpoints in server.py
2025-04-03 00:09:51 +00:00
5b1efbf54e
feat: add ollama dependency, NoServerFoundException, model routing, and get_models endpoint
2025-04-02 08:15:21 +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