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
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,7 @@ If you want to contribute, please read [this](CONTRIBUTING.md).
57
57
+[Genetic algorithms](#genetic-algorithms)
58
58
+[Machine learning](#machine-learning)
59
59
+[OpenAI](#openai)
60
+
+[Tooling](#tooling)
60
61
*[Astronomy](#astronomy)
61
62
*[Asynchronous](#asynchronous)
62
63
*[Audio and Music](#audio-and-music-1)
@@ -1000,6 +1001,10 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_
1000
1001
*[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.
1001
1002
*[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. [](https://github.com/zurawiki/tiktoken-rs/actions/workflows/ci.yml)
1002
1003
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!
0 commit comments