Documentation
2. Installation

πŸš€ Installation and Run: Let's Get This Llama Party Started! πŸŽ‰

Llama Assistant

Here's a fun installation guide with icons for Llama Assistant:

🐧 Linux & 🍎 macOS

  1. 🎡 Install PortAudio (your llama's ears):

    # On Ubuntu/Debian:
    sudo apt-get install portaudio19-dev python3-all-dev
     
    # On macOS:
    brew install portaudio
  2. 🐍 Install Python packages:

    pip install pyaudio
    pip install git+https://github.com/vietanhdev/pywhispercpp.git
    pip install llama-assistant
  3. πŸš€ Launch your new assistant:

    llama-assistant

πŸͺŸ Windows

  1. πŸ”§ Install MinGW-w64 toolchain:

  2. 🐍 Install Python packages:

    pip install pyaudio
    pip install git+https://github.com/vietanhdev/pywhispercpp.git
    pip install llama-assistant
  3. πŸš€ Launch your new assistant:

    llama-assistant

🍎 Apple Silicon Turbo Boost πŸ”₯

  1. βš™οΈ Install Xcode:

    xcode-select --install
  2. πŸš€ Supercharge llama-cpp-python:

    pip uninstall llama-cpp-python -y
    CMAKE_ARGS="-DGGML_METAL=on" pip install -U llama-cpp-python --no-cache-dir

🎩 The Magic Trick

Voila! Your Llama Assistant is now ready to dazzle. Use the secret handshake (Cmd+Shift+Space on macOS) to summon it anytime, anywhere!

Use Menu > Settings to customize your Llama's appearance and behavior. πŸ¦™πŸŽ©

Settings

πŸŽ‰ Congratulations!

You've successfully tamed your very own AI Llama! It's now ready to assist you with all sorts of tasks, from summarizing text to answering questions and even analyzing images (coming soon)!

Remember, your Llama is always eager to learn and improve. If you have any suggestions or run into any hiccups, don't hesitate to reach out to the Llama Tamers (aka developers) through the GitHub issues (opens in a new tab)!

Now go forth and conquer your tasks with your new AI companion! πŸ¦™πŸ’ͺ