Skip to main content
Once you’ve added an LLM to Cognigy.AI, you can perform the following operations with your model:
  • GUI
  • API
To create a copy of the existing model, follow these steps:
  1. Go to Build > LLM.
  2. Hover over the existing model and click vertical-ellipsis.
  3. Select Clone from the list.
The model will contain the same settings as the initial one.
Setting a default model ensures a smooth transition when a specific model is removed. It guarantees that there is always a model available to handle compatible use cases, even if the assigned model is removed.
  • GUI
  • API
To set a model as the default, follow these steps:
  1. Go to Build > LLM.
  2. Hover over the existing model and click vertical-ellipsis.
  3. Select Make Default from the list.
The setting will be applied for the selected model.
To reuse a model in other Projects, package the model.To package a model, follow these steps:
  1. Go to Build > LLM.
  2. Hover over the existing model and click vertical-ellipsis.
  3. Select Create a package.
  4. Once the package has created, a new task, titled Create package, will be run. To view the task, click task-menu in the upper-right corner.
When the task is completed, you can download the Package in the Task Panel. To ensure the model works correctly in a different Project, export its connection as a Package.
Note that a default model cannot be deleted. Before deletion, you need to remove the default tag.
  • GUI
  • API
To delete a model, follow these steps:
  1. Go to Build > LLM.
  2. Hover over the existing model and click vertical-ellipsis.
  3. Select Delete.
  4. Confirm the deletion. Features relying on this model will stop working if no default model is configured to support those features.
The model will be deleted from the list.

More Information

I