Cortex Models Update
This command updates a model configuration defined by a model_id
.
Usage
cortex models update [options] <model_id>
Options
Option | Description | Required | Default value | Example |
---|---|---|---|---|
model_id | The identifier of the model you want to update. | Yes | - | mistral |
-c , --options <options...> | Specify the options to update the model. Syntax: -c option1=value1 option2=value2 . | Yes | - | -c max_tokens=100 temperature=0.5 |
-h , --help | Display help information for the command. | No | - | -h |