We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Would love to use AWS bedrock for AI hosting. Preferably options for either keys or AWS profiles.
A config could look something like this:
{ "ai@claude-sonnet": { "display:name": "Claude 3 Sonnet", "display:order": 1, "ai:*": true, "ai:apitype": "bedrock", "ai:model": "claude-3-5-sonnet-latest", "ai:apitoken": "<your AWS profile>" } }
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Feature description
Would love to use AWS bedrock for AI hosting. Preferably options for either keys or AWS profiles.
Implementation Suggestion
A config could look something like this:
Anything else?
No response
The text was updated successfully, but these errors were encountered: