Added missing options params to the embeddings docs (#472)
This commit is contained in:
parent
d18282bfda
commit
154f24af91
1 changed files with 4 additions and 0 deletions
|
@ -238,6 +238,10 @@ Generate embeddings from a model
|
|||
- `model`: name of model to generate embeddings from
|
||||
- `prompt`: text to generate embeddings for
|
||||
|
||||
Advanced parameters:
|
||||
|
||||
- `options`: additional model parameters listed in the documentation for the [Modelfile](./modelfile.md#valid-parameters-and-values) such as `temperature`
|
||||
|
||||
### Request
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue