Skip to content

mrmendoza-dev/offline-chatbot

Repository files navigation

Local AI

Simple chat interface built in React and Vite to interact with AI models offline using Ollama.

  • Select from locally downloaded models from Ollama
  • Live response streaming
  • Long term conversation memory saved to local storage
  • Upload text, CSV, or JSON files, currently limited due to context size

Resources

TODO

  • Switch between different chats
  • Render Markdown cleanly
  • Clean up uploaded file displaying plaintext during chat
  • Add image uploads for vision models