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
This commit is contained in:
Jonathan Evans 2024-04-29 17:14:36 -07:00 committed by GitHub
parent 28b0b0d863
commit ea43c669f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

Diff Content Not Available