Skip to content

Commit

Permalink
fix: capitalized name of stage with image (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
adubovik authored Jan 8, 2024
1 parent ec41b1f commit 4f2cc55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aidial_adapter_bedrock/llm/model/stability.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def attachments(self) -> list[Attachment]:
self._throw_if_error()
return [
Attachment(
title="image",
title="Image",
type="image/png",
data=self.artifacts[0].base64, # type: ignore
)
Expand Down

0 comments on commit 4f2cc55

Please sign in to comment.