Supported LLMs
We constantly update and configure our plugins and extensions, like the Sublime Text Plugin, to work with the latest LLMs.
Currently, the Pieces plugin for Sublime Text supports 16 different models:
GPT-4o | GPT-4 Preview | Phi-2 GPU |
---|---|---|
GPT-4 | Codey (PaLM2) | Mixtral GPU |
CodeLlama GPU | Llama2 GPU | NeuralHermes-2.5-Mistral-7B CPU / GPU |
GPT-3.5-turbo | Gemini | PaLM2 |
Phi-2 CPU | GPT-3.5-turbo-16k | Llama2 |
How To Switch Models
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.
Choosing Your Large Language Model
Copy and paste the contents of the entire .JSON object from the left window to the right window, and edit "model":"GPT-3.5-turbo Chat Model",
to reflect any of the supported LLMs, which are commented out in the list below.