Skip to content

Commit

Permalink
Update api.md (ollama#5968)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmorganca authored Jul 26, 2024
1 parent ae27d9d commit f5e3939
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,7 @@ Generate the next message in a chat with a provided model. This is a streaming e

- `model`: (required) the [model name](#model-names)
- `messages`: the messages of the chat, this can be used to keep a chat memory
- `tools`: tools for the model to use if supported. Requires `stream` to be set to `false`

The `message` object has the following fields:

Expand All @@ -432,7 +433,6 @@ Advanced parameters (optional):
- `options`: additional model parameters listed in the documentation for the [Modelfile](./modelfile.md#valid-parameters-and-values) such as `temperature`
- `stream`: if `false` the response will be returned as a single response object, rather than a stream of objects
- `keep_alive`: controls how long the model will stay loaded into memory following the request (default: `5m`)
- `tools`: external tools the model can use. Not all models support this feature.

### Examples

Expand Down Expand Up @@ -1286,4 +1286,4 @@ curl http://localhost:11434/api/embeddings -d '{
0.8785552978515625, -0.34576427936553955, 0.5742510557174683, -0.04222835972905159, -0.137906014919281
]
}
```
```

0 comments on commit f5e3939

Please sign in to comment.