Vela is a client for the PS Vita that allows you to connect and interact with LLMs.
- Image Messaging: Use the Vita's camera to send images to multimodal models directly from your PS Vita's camera.
- Chat History and Sessions: Conversations are saved, and you can create, delete, and switch between multiple chat sessions.
Vela saves its settings and chat sessions to the ux0:data/vela/
directory on your PS Vita. You can configure your endpoints and API keys directly within the application's settings menu.
- Settings File:
ux0:data/vela/settings.json
- Sessions File:
ux0:data/vela/sessions.json
- Images Directory:
ux0:data/vela/images/
To build Vela from source, you will need a working VitaSDK toolchain.
-
Clone the repository:
git clone https://github.com/callbacked/vela cd vela
-
Create a build directory:
mkdir build && cd build
-
Run CMake and build the project:
cmake .
-
You'll see a
vela.vpk
file generated in your directory