Clone a Model
Clone a Model
- GUI
- API
To create a copy of the existing model, follow these steps:
- Go to Build > LLM.
- Hover over the existing model and click
.
- Select Clone from the list.
Set a Model as Default
Set a Model as Default
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:
- Go to Build > LLM.
- Hover over the existing model and click
.
- Select Make Default from the list.
Export a Model as a Package
Export a Model as a Package
To reuse a model in other Projects, package the model.To package a model, follow these steps:
- Go to Build > LLM.
- Hover over the existing model and click
.
- Select Create a package.
- Once the package has created, a new task, titled Create package, will be run. To view the task, click
in the upper-right corner.
Delete a Model
Delete a Model
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:
- Go to Build > LLM.
- Hover over the existing model and click
.
- Select Delete.
- Confirm the deletion. Features relying on this model will stop working if no default model is configured to support those features.