-
Notifications
You must be signed in to change notification settings - Fork 371
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
Mistral models support #253
Conversation
* chore: see if format affects the type checking for parent_id * chore: ignore type checking * chore: using black formatting * chore: fix one more testing script formatting with black format
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In addition to the comments in the codes, please add or modify:
- Make it configrable in
cdk.json
.- like
enableMistral
, default is False- if False, the model options should not be showing on the chat screen.
- like
- Add documents on README.md
- Add some explanation in
Others
section. - Please emphasize that this sample is not fully support mistral.
- for example, prompt examples are based on claude.
- Add some explanation in
Thank you in adnvance!
backend/tests/test_usecases/test_bedrock_extra_model_converstation_title.py
Outdated
Show resolved
Hide resolved
…pdated input/output type
… the verification in default stack testing case.
This has been addressed with latest commit. |
|
@statefb as all comments are resolved, would you please merge it? |
… the frontend building stage
LGTM! |
Issue #, if available:
Description of changes:
Added Mistral models end-to-end support. Currently Mistral 7b and Mistral 8x7b are supported. Example effect in UI like below.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.