[PR #6403] [CLOSED] feature: simple webclient #10842

Closed
opened 2025-11-12 15:38:00 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/6403
Author: @TecDroiD
Created: 8/18/2024
Status: Closed

Base: mainHead: feat_simple_webclient


📝 Commits (4)

  • 16796f8 feature simple webclient
  • 784f253 fix: Enter does not create a new line after sending the data
  • f6beea3 fix: Enter does not create a new line after sending the data
  • 89d4bf8 feature: some cleanup

📊 Changes

2 files changed (+255 additions, -0 deletions)

View changed files

examples/simple-webclient/README.md (+62 -0)
examples/simple-webclient/webcli.html (+193 -0)

📄 Description

This is a braindead-easy (200 lines) Web client example for ollama.
I wrote it last night because i'm too stupid for using the more complex ones I've found online and don't even need those.

Well, there's still a little work to do but it's running and maybe some people are interested in it. Haven't found much about contributing those things in CONTRIBUTING.md so I just try and see if you're interested..


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama/pull/6403 **Author:** [@TecDroiD](https://github.com/TecDroiD) **Created:** 8/18/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat_simple_webclient` --- ### 📝 Commits (4) - [`16796f8`](https://github.com/ollama/ollama/commit/16796f86c91e72121a7d30736216894b81879abb) feature simple webclient - [`784f253`](https://github.com/ollama/ollama/commit/784f2530f9ce1624853b7418ce2cd8a8c155939b) fix: Enter does not create a new line after sending the data - [`f6beea3`](https://github.com/ollama/ollama/commit/f6beea3272f4a02e1ac7677cbec8afa012c850aa) fix: Enter does not create a new line after sending the data - [`89d4bf8`](https://github.com/ollama/ollama/commit/89d4bf86c7dd33d0c4bd39a9e49e7a3fe1d604e0) feature: some cleanup ### 📊 Changes **2 files changed** (+255 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `examples/simple-webclient/README.md` (+62 -0) ➕ `examples/simple-webclient/webcli.html` (+193 -0) </details> ### 📄 Description This is a braindead-easy (200 lines) Web client example for ollama. I wrote it last night because i'm too stupid for using the more complex ones I've found online and don't even need those. Well, there's still a little work to do but it's running and maybe some people are interested in it. Haven't found much about contributing those things in CONTRIBUTING.md so I just try and see if you're interested.. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-12 15:38:00 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama-ollama#10842