Skip to content

Manage envs

igardev edited this page Sep 4, 2025 · 7 revisions

Manage envs

Requred servers

  • No servers required

Overview

Env is a group of models (Env, chat, embeddings, tools) Env configurations are stored and could be reused. For simplicity the term "Env" will be used as a synonim for environemnt configurations.
They have properties: name, description, env, chat, embeddings, tools

Env configurations could be added/deleted/viewed/selected/deselected/exported/imported

How to use it

Select "Env..." from llama-vscode menu

  • Add Env... Opens a llama-vscode ui page with the current environment details. The button "Save As New Env" creates an env with the currently selected models, actor and settings (i.e. current environment).

  • Delete env...
    Select the env you want to delete from the list and delete it.

  • View env... Select an env from the list to view all the details for this env

  • Select/Start env...
    Select env from the list. Only one Env could be selected at a time. If an env is selected, the models from this env will be selected as well and the local ones will be started.

  • Deselect/stop env... Deselect the currently selected env. All models from this env will be also deselected and the local ones, started by llama-vscode will be stopped.

  • Export
    An env could be exported as a .json files. This file could be shared with other users, modified if needed and imported again. Select an env to export it.

  • Import
    An env could be imported from a .json file - select a file to import it.

There is also a menu item "Download/upload envs online", which opens a web page where envs could be downloaded/uploaded

image
ImportEnv.mp4
SelectEnv.mp4
Clone this wiki locally