From 15242005f2f18399954721d71132eaa8fa9ac21e Mon Sep 17 00:00:00 2001 From: chenslucky <75061414+chenslucky@users.noreply.github.com> Date: Wed, 13 Dec 2023 16:00:19 +0800 Subject: [PATCH] Update openai-gpt-4v-tool.md --- docs/reference/tools-reference/openai-gpt-4v-tool.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/reference/tools-reference/openai-gpt-4v-tool.md b/docs/reference/tools-reference/openai-gpt-4v-tool.md index 59ab1062ad4..f5dee3b0d13 100644 --- a/docs/reference/tools-reference/openai-gpt-4v-tool.md +++ b/docs/reference/tools-reference/openai-gpt-4v-tool.md @@ -35,7 +35,6 @@ Setup connections to provisioned resources in prompt flow. | top_p | float | the probability of using the top choice from the generated tokens. Default is 1. | No | | presence\_penalty | float | value that controls the model's behavior with regards to repeating phrases. Default is 0. | No | | frequency\_penalty | float | value that controls the model's behavior with regards to generating rare phrases. Default is 0. | No | -| response_format | object | an object specifying the format that the model must output. Default is null. | No | ## Outputs