Page cover

edit-model

The llm edit-model command allows you to modify the configuration of an existing Large Language Model (LLM) in your project. You can update parameters such as the selected model and token allocation while keeping the current LLM setup active.

Usage

cldkctl llm edit-model [flags]

Steps

Follow the steps below to run and view the result of this command:

  1. Run the following command in your terminal:

cldkctl llm edit-model
  1. WA terminal user interface (TUI) will appear, showing the current configuration of the existing LLM.

  2. Review the displayed details, including Team and Current Coin, then update the desired model by selecting a new option under Models.

  1. Enter the number of tokens for the selected model when prompted

  1. After updating the configuration, confirm the changes by selecting Confirm or cancel by choosing Cancel.

  1. Once completed successfully, a message “✓ Models updated successfully!” will appear in your terminal.

Flags

This command supports global flags. Refer to the Global Flags section for details.

Flag
Description

-h, --help

Help for the llm edit-model command.

Last updated