Skip to content
New issue

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

Feat message api #393

Merged
merged 7 commits into from
Mar 5, 2024
Merged

Conversation

massi-ang
Copy link
Collaborator

Issue #, if available:
Resolves #391

Description of changes:
In order to support the new Message API for Claude 3 models and given that this API is supported on all previous models, we choose to create a single Claude adapter that leverages it.

  • Instantiate the custom Bedrock Model Adapter instead of using the stock langchain one which does not support this API yet
  • Implement the necessary changes to use the Message API
  • Fixing some issues with the Chat React component and token sending

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@bigadsoleiman bigadsoleiman merged commit 9732547 into aws-samples:main Mar 5, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Implement Anthropic Message API in Claude Adapter
2 participants