Skip to content

Releases: nrl-ai/llama-assistant

AnyLearning v0.1.40 - RAG Support with LlamaIndex

30 Nov 17:17
Compare
Choose a tag to compare

Llama Assistant v0.1.40

🔧 Changes

  • 💬 Supported continue conversation.
  • 🔍 Added RAG support with LlamaIndex.
  • ⚙️ Added model settings.
  • 📝 Added markdown support.
  • ⌛ Added loading text animation while downloading the models and generating answers.
  • 🔄 Fixed chatbox scrolling issue.

Thank @gallegi for adding these features! 👍

Llama Assistant v0.1.32 - Build for macOS, Linux, Windows

05 Oct 07:13
Compare
Choose a tag to compare

Llama Assistant v0.1.28

🔧 Changes

  • 🔄 Replace Whisper implementation with pywhispercpp.
  • 🖥️ Add built versions:
    • 🍎 MacOS
    • 🪟 Windows
    • 🐧 Linux

Llama Assistant v0.1.28/29

04 Oct 16:31
Compare
Choose a tag to compare

Llama Assistant v0.1.28

🔧 Changes

  • 🎙️🔥 Add offline STT support: WhisperCPP. The base model is downloaded from Hugging Face. Your audio is transcribed locally on your machine. 🔥

Llama Assistant v0.1.26

02 Oct 15:19
Compare
Choose a tag to compare

Llama Assistant v0.1.26

🔧 Changes

  • Add binary build for MacOS with PyInstaller.

Llama Assistant v0.1.24

01 Oct 13:51
Compare
Choose a tag to compare

Llama Assistant v0.1.20

🐛 Bugfixes

  • 🖱️ Fixed: wrong cursor position when inserting text.
  • 💥 Fixed: crashing when changing shortcut.
  • ⌨️ Fixed: wrong shortcut keys in macOS.
  • 🙈 Hide "Copy Result" or "Clear" after clearing the chat.
  • 🔄 Handle the last response correctly.

🔧 Changes

  • 🧹 Clear results + input when clicking "Clear".
  • ⌨️ Type "clear" or "cls" to clear.
  • 🚫 Prevent action buttons when no data is input.

Llama Assistant v0.1.20

29 Sep 10:25
Compare
Choose a tag to compare

Llama Assistant v0.1.20
Llama Assistant - Settings

Features

  • 📚 Text-only models: Llama 3.2 1B, 3B, Owen 2.5, and many more from HuggingFace.
  • 🖼️ Multimodal models: LLaVA 1.5/1.6, MoonDream2, MiniCPM, and many more from HuggingFace.
  • 🛠️ UI for adding custom models.
  • ⚡ Streaming support for response!
  • 🗣️ Wake word detection: "Hey Llama!".