You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bedrust is a commandline program you can use to easily invoke models on Amazon Bedrock, a managed service that makes it easy for developers to build and scale generative AI applications using foundation models (FMs) from leading AI model providers.
22
+
Bedrust is a command-line program you can use to easily invoke models on Amazon Bedrock, a managed service that makes it easy for developers to build and scale generative AI applications using foundation models (FMs) from leading AI model providers.
25
23
26
24
Bedrust is available as Rust source code, and you can build and run it on an Arm Linux computer.
27
25
@@ -140,7 +138,7 @@ Just run `bedrust` to invoke the CLI with the default model.
140
138
bedrust
141
139
```
142
140
143
-
You will see the prompt and can start asking questions like `how do I install the aws cli?` to see how it works.
141
+
You will see the prompt and can start asking questions like `how do I install the AWS CLI?` to see how it works.
144
142
145
143
```output
146
144
bedrust
@@ -187,7 +185,7 @@ bedrust --help
187
185
The models are printed in the output:
188
186
189
187
```output
190
-
A commandline tool to invoke and work with Large Language models on AWS, using Amazon Bedrock
188
+
A command-line tool to invoke and work with Large Language models on AWS, using Amazon Bedrock
0 commit comments