Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Example App

This example demonstrates how to use the LocalLLMClient to integrate on-device LLMs into an iOS / macOS app.

example on iOS example on macOS

Requirements

  • iOS 18.0+ / macOS 15.0+
  • Xcode 16.3+
  • [Recommended]: M1 Mac or newer, or recent iPhone Pro models

Usage

To run the example app:

  1. Clone the repository:
git clone --recursive https://github.com/tattn/LocalLLMClient

If you already cloned the repository without --recursive, run:

git submodule update --init --recursive
  1. Open LocalLLMClientExample.xcodeproj in Xcode
  2. Build and run the app on your device, not a simulator

Note: The app requires a physical device