An exploratory AI chatbot for the Matrix protocol using Ollama
Find a file
2005 84850fc1ea new features:
streaming is now an available option
streaming
made a command template
wanted to implement history but there is sadly no streaming for it.
2024-05-10 03:50:26 +02:00
src new features: 2024-05-10 03:50:26 +02:00
.env.example new features: 2024-05-10 03:50:26 +02:00
.gitignore initial commit 2024-05-03 20:31:39 +02:00
Cargo.lock new features: 2024-05-10 03:50:26 +02:00
Cargo.toml new features: 2024-05-10 03:50:26 +02:00
default.nix initial commit 2024-05-03 20:31:39 +02:00
deny.toml initial commit 2024-05-03 20:31:39 +02:00
flake.lock initial commit 2024-05-03 20:31:39 +02:00
flake.nix initial commit 2024-05-03 20:31:39 +02:00
readme.md new features: 2024-05-10 03:50:26 +02:00

Celestial

This is just a funny project I slapped together in a span of around 30 minutes. I plan on expanding it with other features in the future.

Features

  • History

    • Per room history
    • Ollama feedback (like, dislike)
  • Streaming text (via replacing messages)

    • Option to toggle
  • Nix service and flake for ez install