Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 645 Bytes

readme.md

File metadata and controls

34 lines (21 loc) · 645 Bytes

ollama ui

a simple user interface for ollama

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