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:
Run the following command in your terminal:
cldkctl llm edit-modelWA terminal user interface (TUI) will appear, showing the current configuration of the existing LLM.
Review the displayed details, including Team and Current Coin, then update the desired model by selecting a new option under Models.

Enter the number of tokens for the selected model when prompted

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

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

Flags
-h, --help
Help for the llm edit-model command.
Last updated
