ci: fix coverage and alpine image#1749
Merged
mattklein123 merged 4 commits intomasterfrom Sep 26, 2017
Merged
Conversation
junr03
previously approved these changes
Sep 26, 2017
junr03
approved these changes
Sep 26, 2017
costinm
pushed a commit
to costinm/envoy
that referenced
this pull request
Oct 2, 2017
Signed-off-by: Matt Klein <mklein@lyft.com>
rshriram
pushed a commit
to rshriram/envoy
that referenced
this pull request
Oct 30, 2018
jpsim
pushed a commit
that referenced
this pull request
Nov 28, 2022
Signed-off-by: Mike Schore <mike.schore@gmail.com> Signed-off-by: JP Simard <jp@jpsim.com>
jpsim
pushed a commit
that referenced
this pull request
Nov 29, 2022
Signed-off-by: Mike Schore <mike.schore@gmail.com> Signed-off-by: JP Simard <jp@jpsim.com>
mathetake
pushed a commit
that referenced
this pull request
Mar 3, 2026
**Description** AWS supports Service tiers similar to Openai[1]. Following the service tier definition based off the converse API[2]. Updated translation for openai -> aws bedrock in the request body and response body. Updated the tests to tests translations. 1. https://docs.aws.amazon.com/bedrock/latest/userguide/service-tiers-inference.html 2. https://docs.aws.amazon.com/bedrock/latest/APIReference/API_runtime_Converse.html Successful setting of service_body will return: ``` {..., "service_tier":"default", ...} ``` A **valid** service tier that is unsupported for the model will return a 400: ``` {"type":"error","error":{"type":"ValidationException:http://internal.amazon.com/coral/com.amazon.bedrock/","code":"400","message":"Reservation not found."}} ``` Only specific models have support for reserved. Dropped openai.ChatCompletionNewParamsServiceTier in favour of string to keep consistent with the other definitions of service_tier in that file --------- Signed-off-by: achoo30 <achoo30@bloomberg.net> Signed-off-by: Aaron Choo <achoo30@bloomberg.net>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Signed-off-by: Matt Klein mklein@lyft.com