Skip to content

Provider bedrock is not supported when trying to use bedrock examples listed in repo. #633

@anth0nyhak1m

Description

@anth0nyhak1m

Here is my config, got it off the examples.

graph_config = {
"llm": {
"client": "bedrock",
"model": "bedrock/anthropic.claude-3-sonnet-20240229-v1:0",
"temperature": 0.0
}
}

Clarity on what "client" is helps.

Here is the error:
line 139, in _create_llm
raise ValueError(f"Provider {llm_params['model_provider']} is not supported. If possible, try to use a model instance instead.")
ValueError: Provider bedrock is not supported. If possible, try to use a model instance instead.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions