Commit Graph

15 Commits

Author SHA1 Message Date
dcae2d2612 feat: add ollama colab script for free gpu model serving via uberlama tunnel
Add a new shell script `ollama-colab-v2.sh` that automates the setup of Ollama on Google Colab, including installation of Ollama, pulling the qwen2.5-coder:14b model, starting the Ollama server in background, and running the uberlama client to expose the model through a public tunnel at ollama.molodetz.nl. The script also includes instructions for testing with curl and keeps the notebook session alive by tailing log files.
2025-04-23 17:40:52 +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
532611784f feat: add test_openai_api.py with Ollama client example for chat completions
This new test file demonstrates how to use the OpenAI-compatible client to connect to an Ollama endpoint at https://ollama.molodetz.nl/v1, sending a multi-turn conversation about the 2020 World Series and printing the assistant's response.
2025-04-03 10:51:22 +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
4bd68b4550 feat: add project page link and visit section to dashboard index.html 2025-04-01 09:11:56 +00:00
dca032384c chore: add umami analytics script tag to index.html head section 2025-04-01 09:09:40 +00:00
8a049aa084 fix: change default Ollama URL scheme from HTTPS to HTTP in client.py 2025-04-01 09:07:09 +00:00
dd72a04e72 chore: replace generic project template with ollama crowd-funded server documentation 2025-04-01 09:00:18 +00:00
5cca5a2c94 feat: add Makefile, README, documentation.html, and requirements.txt for project scaffolding 2025-04-01 08:58:18 +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