aws-samples / bedrock-claude-chat

AWS-native chatbot using Bedrock + Claude (+Mistral)
MIT No Attribution
708 stars 249 forks source link

backend: Mistral models support #204

Closed hustshawn closed 3 months ago

hustshawn commented 3 months ago

Issue #, if available:

Description of changes: Refactoring the backend only to support Bedrock mistral models. Functionality affects the chat, and propose_titles.

Have tested the functionality with the test scrips under test_bedrock_extra_model.py and test_bedrock_extra_model_converstation_title.py , under backend/tests/usecases/.

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

hustshawn commented 3 months ago

Please use Squash Commits if it's ok to merge. Thanks