Skip to content

Commit

Permalink
👌 IMPROVE: Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
msaaddev committed Jan 30, 2025
1 parent be2b781 commit 30a26c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Check the following examples:
### Add a `.env` file with your LANGBASE API key

```bash
# Add your Pipe API key here.
# Add your Langbase API key here: https://langbase.com/docs/api-reference/api-keys
LANGBASE_API_KEY="your-api-key"
```

Expand Down Expand Up @@ -115,7 +115,7 @@ async function main() {
const userMsg = 'Who is an AI Engineer?';

// 2. Run the pipe with a question.
const {stream} = await langbase.pipe.run({
const {****stre**am**} = await langbase.pipe.run({
stream: true,
name: 'summary', // pipe name to run
messages: [{role: 'user', content: userMsg}],
Expand Down

0 comments on commit 30a26c1

Please sign in to comment.