Switching LLMs

The Pieces for Sublime Text Plugin currently supports 16 different LLM models (which includes both cloud-based and local models).


Switching LLMs

The Pieces for VS Code Extension currently supports 54 different LLMs, including both cloud-hosted and local models.

How To Configure Your LLM Runtime

Switching the LLM model in the Pieces for Sublime Text Plugin is straightforward, allowing you to choose the model that best fits your needs.

To get started, use the hotkey โŒ˜+shift+p (macOS) or ctrl+shift+p (Windows / Linux) and enter Pieces: Open Pieces Settings.

This will open Pieces.sublime-settings, where you can change the model used for AI functionality and adjust Pieces settings within the Pieces for Sublime Text Plugin.

Modifying the Settings JSON Object

Copy and paste the contents of the entire .JSON object from the left window to the right window

Once youโ€™re in the right window, you can edit "model":"GPT-3.5-turbo Chat Model", to reflect any of the supported LLMs, which are commented out in the list below.

Check out our configuration page for details on other adjustable settings.

Updated on