Documentation
2. Installation

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

Llama Assistant

πŸ‘ Step 1: Summon the Llama

First things first, let's bring the Llama to your digital pasture! You have two magical incantations to choose from:

πŸ§™β€β™‚οΈ The Quick Spell (PyPI)

pip install llama-assistant
pip install pyaudio

πŸ§™β€β™€οΈ The Enchanter's Way (Source)

git clone https://github.com/vietanhdev/llama-assistant.git
cd llama-assistant
pip install -r requirements.txt
pip install pyaudio

🍎 Step 2: Apple Silicon Turbo Boost (Optional)

Got a fancy Apple Silicon machine? Let's give it some extra oomph!

  1. πŸ› οΈ Summon the Xcode spirits:

    xcode-select --install
  2. πŸ”₯ Ignite the METAL flames:

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

🎬 Step 3: Lights, Camera, Action!

Time to unleash the Llama:

llama-assistant

Or if you're feeling extra pythonic:

python -m llama_assistant.main

🎩 Step 4: 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! πŸ¦™πŸ’ͺ