bedrust icon indicating copy to clipboard operation
bedrust copied to clipboard

Invoking models on Amazon Bedrock using Rust

Results 9 bedrust issues
Sort by recently updated
recently updated
newest added

Make sure to update the config file if it differs from the one shipped with the application. OR - gracefully continue with defaults.

bug

if there is an error, give the user the choice to retry or exit the session instead of bailing out

bug
enhancement

Be able to generate .diff files when asked to make changes to m y code base using the `--source` flag.

enhancement

Have a way to display current the context window usage of the current chat (count tokens).

enhancement

Have the ability to output colorful text when rendering markdown (or code blocks)

enhancement

A feature where you can enter `/s` or something to save the current chat to a local file for later recall.

enhancement

Have the ability to pass system prompts from text files.

enhancement

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...

bug