Skip to content

Commit

Permalink
🐛 fix model healthcheck for bedrock (#647)
Browse files Browse the repository at this point in the history
Signed-off-by: Pranav Gaikwad <[email protected]>
  • Loading branch information
pranavgaikwad authored Feb 12, 2025
1 parent 41b33f2 commit e4ea2de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kai/llm_interfacing/model_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def validate_environment(
cpr = SimplePathResolver("validate_environment.json")

def challenge(k: str) -> BaseMessage:
return self.invoke("", cpr, configurable_fields={k: 1})
return self.invoke("a", cpr, configurable_fields={k: 1})

if isinstance(self.llm, ChatOllama):
challenge("max_tokens")
Expand Down

0 comments on commit e4ea2de

Please sign in to comment.