From ea43c669f28f4564cc23cb9cc1356e363508e69d Mon Sep 17 00:00:00 2001 From: Jonathan Evans Date: Mon, 29 Apr 2024 17:14:36 -0700 Subject: [PATCH] community[patch]: Fix Bedrock Mistral stop sequence request key (#20115) - **Description:** Change Bedrock's Mistral stop sequence key mapping to "stop" rather than "stop_sequences" which is the correct key [Bedrock docs link](https://docs.aws.amazon.com/bedrock/latest/userguide/model-parameters-mistral.html) `{ "prompt": string, "max_tokens" : int, "stop" : [string], "temperature": float, "top_p": float, "top_k": int }` - **Issue:** #20053 - **Dependencies:** N/A - **Twitter handle:** N/a