An open API service indexing awesome lists of open source software.

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

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