Warning, /utilities/alpaka/README.md is written in an unsupported language. File is not indexed.

0001 <!--
0002 SPDX-FileCopyrightText: 2023 Loren Burkholder <computersemiexpert@outlook.com>
0003 
0004 SPDX-License-Identifier: CC0-1.0
0005 -->
0006 
0007 # Alpaka
0008 
0009 Alpaka is a client for Ollama built with Kirigami.
0010 
0011 # Getting started
0012 
0013 To run Alpaka, you will need to install [Ollama](https://ollama.ai) and have it serving on `http://localhost:11434`. You will also need to install a model for ollama to use; you can do so by running `ollama pull llama2`. After that, you can build and run Alpaka and it will interface with the Ollama API.