Local Large Language Model (LLLM): Call your LM Studio models from your Apple Vision Pro
- Install LM Studio on your Apple Silicon (M-Series) Mac
- Click on Local Server in Left Menu
- Download your model of choice (e.g. TheBloke/*)
- Load your desired local Model
- Click "Start Server" button for Port 1234
- Click on Local Server in Left Menu
- Xcode 15.2+
- Open in Project in Xcode
- Set your run destination to a Vision Pro Simulator
- Play
- Open in Project in Xcode
- Set your run destination to a Vision Pro Simulator
- Open APIResponseService.swift
- Get your IP address
- In Terminal, run: ifconfig en0 | grep inet | grep -v inet6 | awk '{print $2}'
- Replace the text "ENTER THE IP ADDRESS OF THE MACHINE RUNNING LM STUDIO HERE" with your IP address
- Get your IP address
- Play
- When sending your prompt for the first time, Allow Network Access