Skip to content

Tnifey/hubchat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hubchat

A simple chat client for ollama.

How to run:

  • node 18+ (use nvm or nvm-windows)
  • ollama api on localhost:11434

To run:

# with yarn
yarn
yarn dev
# with npm
npm install
npm run dev

Using maki as frontend framework.