Skip to content

callbacked/vela

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vela: A PS Vita Chat Client for LLMs

Vela is a client for the PS Vita that allows you to connect and interact with LLMs.

Features

  • 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.

Configuration

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/

Controls

chat_controls camera_controls chat_history_controls settings_controls

Building from Source

To build Vela from source, you will need a working VitaSDK toolchain.

  1. Clone the repository:

    git clone https://github.com/callbacked/vela
    cd vela
  2. Create a build directory:

    mkdir build && cd build
  3. Run CMake and build the project:

    cmake .
  4. You'll see a vela.vpk file generated in your directory


About

An LLM Client for the PS Vita

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published