Explorar o código

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

Ackermann Yuriy hai 1 ano
pai
achega
154f24af91
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      docs/api.md

+ 4 - 0
docs/api.md

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