Skip to content

Commit 0e32e81

Browse files
committed
Final check on Bedrust install guide
1 parent ef26fec commit 0e32e81

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

content/install-guides/bedrust.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ title: Bedrust - invoke models on Amazon Bedrock
33
minutes_to_complete: 10
44
author: Jason Andrews
55

6-
draft: true
7-
86
additional_search_terms:
97
- rust
108
- aws
@@ -21,7 +19,7 @@ tool_install: true
2119
weight: 1
2220
---
2321

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

2624
Bedrust is available as Rust source code, and you can build and run it on an Arm Linux computer.
2725

@@ -140,7 +138,7 @@ Just run `bedrust` to invoke the CLI with the default model.
140138
bedrust
141139
```
142140

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

145143
```output
146144
bedrust
@@ -187,7 +185,7 @@ bedrust --help
187185
The models are printed in the output:
188186

189187
```output
190-
A command line 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
191189
192190
Usage: bedrust [OPTIONS]
193191

0 commit comments

Comments
 (0)