From 7ed81437fe28233f270f25e76926ec55f09ec6f0 Mon Sep 17 00:00:00 2001 From: Anuraag Agrawal Date: Tue, 17 Sep 2024 15:25:31 +0900 Subject: [PATCH] Document stream_options --- docs/openai.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/openai.md b/docs/openai.md index c6df0fecb..3a46be8c7 100644 --- a/docs/openai.md +++ b/docs/openai.md @@ -199,6 +199,8 @@ curl http://localhost:11434/v1/embeddings \ - [x] `seed` - [x] `stop` - [x] `stream` +- [x] `stream_options` + - [x] `include_usage` - [x] `temperature` - [x] `top_p` - [x] `max_tokens` @@ -227,6 +229,8 @@ curl http://localhost:11434/v1/embeddings \ - [x] `seed` - [x] `stop` - [x] `stream` +- [x] `stream_options` + - [x] `include_usage` - [x] `temperature` - [x] `top_p` - [x] `max_tokens`