You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but _converse_params does not take that param and occurs error.
ChatBedrockConverse._converse_params() got an unexpected keyword argument 'performanceConfigLatency'
The text was updated successfully, but these errors were encountered:
haandol
changed the title
ChatBedrockConverse occurs error on kwargs, performanceConfigLatency.
Testing on latency optimized inference feature is prevented by the parameter check on ChatBedrockConverse._converse_params
Dec 18, 2024
haandol
changed the title
Testing on latency optimized inference feature is prevented by the parameter check on ChatBedrockConverse._converse_params
Testing on latency optimized inference feature is prevented from the parameter check on ChatBedrockConverse._converse_params
Dec 18, 2024
boto3 supports
performanceConfigLatency
parameter on converse API according to the[doc] (https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/bedrock-runtime/client/converse.html)but _converse_params does not take that param and occurs error.
The text was updated successfully, but these errors were encountered: