Skip to content

Commit

Permalink
Added Llama Bedrock client
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmessiaen committed May 29, 2024
1 parent ac9d386 commit a90aaa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion giskard/llm/client/bedrock.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def complete(
seed: Optional[int] = None,
format=None,
) -> ChatMessage:
# only supporting claude 3 to start
# only supporting llama
if "llama" not in self.model:
raise LLMConfigurationError(f"Only Llama models are supported as of now, got {self.model}")

Expand Down

0 comments on commit a90aaa9

Please sign in to comment.