"...transforms/git@developer.sourcefind.cn:OpenDAS/vision.git" did not exist on "ed48bb1c8c5cbb4dfaf18f4c27a47c42ce2bde27"
Unverified Commit cb03fc95 authored by Thomas Vitale's avatar Thomas Vitale Committed by GitHub
Browse files

Docs: Remove wrong parameter for Chat Completion (#3515)



Fixes gh-3514
Signed-off-by: default avatarThomas Vitale <ThomasVitale@users.noreply.github.com>
parent a5ec9cfc
...@@ -394,7 +394,6 @@ Advanced parameters (optional): ...@@ -394,7 +394,6 @@ Advanced parameters (optional):
- `format`: the format to return a response in. Currently the only accepted value is `json` - `format`: the format to return a response in. Currently the only accepted value is `json`
- `options`: additional model parameters listed in the documentation for the [Modelfile](./modelfile.md#valid-parameters-and-values) such as `temperature` - `options`: additional model parameters listed in the documentation for the [Modelfile](./modelfile.md#valid-parameters-and-values) such as `temperature`
- `template`: the prompt template to use (overrides what is defined in the `Modelfile`)
- `stream`: if `false` the response will be returned as a single response object, rather than a stream of objects - `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`) - `keep_alive`: controls how long the model will stay loaded into memory following the request (default: `5m`)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment