bedrust
bedrust copied to clipboard
Invoking models on Amazon Bedrock using Rust
Make sure to update the config file if it differs from the one shipped with the application. OR - gracefully continue with defaults.
if there is an error, give the user the choice to retry or exit the session instead of bailing out
Be able to generate .diff files when asked to make changes to m y code base using the `--source` flag.
Have a way to display current the context window usage of the current chat (count tokens).
Have the ability to output colorful text when rendering markdown (or code blocks)
A feature where you can enter `/s` or something to save the current chat to a local file for later recall.
Have the ability to pass system prompts from text files.
This is due to a `ServiceUnavailableException` - [SDK](https://docs.rs/aws-sdk-bedrockruntime/latest/aws_sdk_bedrockruntime/types/error/struct.ServiceUnavailableException.html). That is connected to issues with availability of the resource on the Bedrock side. Suggestions from the [docs](https://docs.rs/aws-sdk-bedrockruntime/latest/aws_sdk_bedrockruntime/types/error/struct.ServiceUnavailableException.html) are to implement *exponential...