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.