From ad97b0c88b67707115676181a22ed13878216766 Mon Sep 17 00:00:00 2001 From: Roman Romanov Date: Thu, 14 Nov 2024 19:03:01 +0200 Subject: [PATCH] remove redundant dot --- aidial_adapter_bedrock/llm/model/stability/v2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aidial_adapter_bedrock/llm/model/stability/v2.py b/aidial_adapter_bedrock/llm/model/stability/v2.py index 6dadeab..9b5e38a 100644 --- a/aidial_adapter_bedrock/llm/model/stability/v2.py +++ b/aidial_adapter_bedrock/llm/model/stability/v2.py @@ -216,7 +216,7 @@ async def chat( ) if not self.image_to_image_supported and image_resources: - raise UserError("Image-to-Image is not supported.") + raise UserError("Image-to-Image is not supported") if len(image_resources) > 1: raise UserError("Only one input image is supported")