Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sxlijin authored Jun 11, 2024
1 parent e56126e commit ff91e58
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1 @@
# BAML Ruby Starter

This project demonstrates how to use BAML code with Ruby:

```
export OPENAI_API_KEY=$insert_openai_api_key
bundle install
bundle exec -- ruby examples.rb
```

Check out https://promptfiddle.com and https://docs.boundaryml.com for more information.

## Prerequisites

This project requires `ruby` (at least 3.0) and `bundle` to be installed on your system.

We also recommend using VSCode to open this project - we've set up a Sorbet configuration
that will get you automatic type completion!
This repo has been merged into [`BoundaryML/baml-examples > ruby-example`](https://github.com/BoundaryML/baml-examples/tree/main/ruby-example).

0 comments on commit ff91e58

Please sign in to comment.