Skip to content

idris-maps/ollama-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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