You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In case you are using anthropic you should also add llm = AnthropicFunctions(llm=llm)
3. In the config_default.yml file, at each relevant definition of llm (when you want to change bedrock) you should change type: 'bedrock' and the name to the relevant model name.
4. If you are not using anthropic, as the meta-prompt (not recommended), you should also change:
When I'll have access to bedrock, I'll upload a PR that adds it to the main code, meanwhile, if someone can verify that it's working and upload a PR it could be great.
As the title describes, is there any plan to support AWS Bedrock models?
The text was updated successfully, but these errors were encountered: