https://github.com/idris-maps/ollama-ui
a simple user interface for ollama
https://github.com/idris-maps/ollama-ui
ollama ollama-client
Last synced: 6 months ago
JSON representation
a simple user interface for ollama
- Host: GitHub
- URL: https://github.com/idris-maps/ollama-ui
- Owner: idris-maps
- Created: 2024-11-08T12:55:57.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-11-08T13:11:40.000Z (11 months ago)
- Last Synced: 2025-03-29T01:34:19.330Z (6 months ago)
- Topics: ollama, ollama-client
- Language: HTML
- Homepage:
- Size: 55.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# ollama ui
a simple user interface for [ollama](https://ollama.com/)
## usage
start the ollama server
```
ollama serve
```start the ui server
```
deno run --allow-net --allow-read serve.ts
```arguments:
* `baseUrl` where ollama is served (defaults to `http://localhost:11434`)
* `system` the system prompt (defaults to `Be concise, no more than 200 characters in each response. Do not moralize. Do not hallucinate.`)example:
```
deno run --allow-net --allow-read serve.ts --system="Answer like a drunk cowboy" --baseUrl=https://my-server.com
```## screenshots
![]()