Skip to content

Commit df62b78

Browse files
authored
Merge pull request #2061 from ba11b0y/patch-1
Add BAML as a new link under tooling in the AI section
2 parents 97f1710 + 733d65e commit df62b78

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ If you want to contribute, please read [this](CONTRIBUTING.md).
5757
+ [Genetic algorithms](#genetic-algorithms)
5858
+ [Machine learning](#machine-learning)
5959
+ [OpenAI](#openai)
60+
+ [Tooling](#tooling)
6061
* [Astronomy](#astronomy)
6162
* [Asynchronous](#asynchronous)
6263
* [Audio and Music](#audio-and-music-1)
@@ -1000,6 +1001,10 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_
10001001
* [64bit/async-openai](https://github.com/64bit/async-openai) [[async-openai](https://crates.io/crates/async-openai)] - Ergonomic Rust bindings for OpenAI API based on OpenAPI spec.
10011002
* [zurawiki/tiktoken-rs](https://github.com/zurawiki/tiktoken-rs) [[tiktoken-rs](https://crates.io/crates/tiktoken-rs)] - Library for tokenizing text with OpenAI models using tiktoken. [![CI](https://github.com/zurawiki/tiktoken-rs/actions/workflows/ci.yml/badge.svg)](https://github.com/zurawiki/tiktoken-rs/actions/workflows/ci.yml)
10021003

1004+
#### Tooling
1005+
1006+
* [BAML](https://github.com/BoundaryML/baml) - A simple prompting language for building reliable AI workflows and agents. BAML's compiler is written in Rust!
1007+
10031008
### Astronomy
10041009

10051010
[[astronomy](https://crates.io/keywords/astronomy)]

0 commit comments

Comments
 (0)