This defines the base model to be used. An image can be a known image on the Ollama Hub, or a fully-qualified path to a model file on your system
This defines the base model to be used. An image can be a known image on the Ollama Hub, or a fully-qualified path to a model file on your system
## PARAMETER
## LICENSE
```modelfile
LICENSE """
<license text>
"""
```
Some models need to be distributed with a license agreement. For example, the distribution clause for the Llama2 license requires including the license with the model.
The PARAMETER instruction defines a parameter that can be set when the model is run.
## PARAMETER
```modelfile
```modelfile
PARAMETER <parameter> <parametervalue>
PARAMETER <parameter> <parametervalue>
```
```
The PARAMETER instruction defines a parameter that can be set when the model is run.
### Valid Parameters and Values
### Valid Parameters and Values
| Parameter | Description | Value Type | Value Range |
| Parameter | Description | Value Type | Value Range |