Added missing options params to the embeddings docs (#472)

This commit is contained in:
Ackermann Yuriy 2023-09-06 12:18:49 +12:00 committed by GitHub
parent d18282bfda
commit 154f24af91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
```