Skip to content

Rust-Ninja-Sabi/html-ollama-simple-gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ask Selma - A Simple HTML GUI for Ollama

Ollama is great as a free local chat solution, but sometimes you need an extremely simple interface.

The solution: Ask Selma consists of just a single HTML page index.html - that's it!

You don't need any additional libraries. The HTML server can work without internet access,
which can be necessary in some companies for security reasons.

Features

  • Only HTML, CSS, and JavaScript
  • Only one file
  • No CSS or JavaScript libraries
  • One-file copy installation

Installation

Simply copy the index.html file.

Configuration

There are only a few parameters you can easily modify in the index.html file:

const CHAT_TITLE = "ask Selma - your Ollama Chat Assistant";
const CHAT_MODEL = "llama3"
const OLLAMA_PATH = "http://localhost:11434"
const DARK_MODE = false;
const SHOW_NOTE_APP = false;
const MODEL_SELECTABLE = true;

Support

If you would like to support this project, I would greatly appreciate it.

About

complete chat GUI for Ollama in one html file

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages