Skip to content
igardev edited this page Aug 14, 2025 · 1 revision

Env

What is env

Env (short for environment) is a group of models. Env makes it easier for the users to prepare the environment for their needs. Selecting an env with a given intent will make sure all needed servers are available. One env could contain up to 4 different models - for completions, chat, embeddings, tools. If the user wants to use only code completions functionality, he/she could select an env with only one model for completions. If the user wants to use wants to use all the functionality from llama-vscode, he/she could select an env with full package of models.

How to use it

Select env for your needs from llama-vscode menu, "Select/start env..." or from Llama Agent, button "Select Env". This will select the models inside an env (and start the corresponding local servers) Deselect env fromllama-vscode menu, "Deselect/stop env..." or from Llama Agent, button "Deselect Env". This deselect all models (and stops the locally running servers, started by llama-vscode).

Clone this wiki locally