Skip to content

Commit e7ecabd

Browse files
authored
update README to add link to async-openai-wasm (64bit#223)
* update to add async-openai-wasm * move async-openai-wasm description to Complimentary Crates
1 parent f0353b4 commit e7ecabd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

async-openai/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
- [x] Microsoft Azure OpenAI Service
3737
- [x] Models
3838
- [x] Moderations
39-
- [x] WASM support (experimental and only available in [`experiments`](https://github.com/64bit/async-openai/tree/experiments) branch)
4039
- Support SSE streaming on available APIs
4140
- All requests including form submissions (except SSE streaming) are retried with exponential backoff when [rate limited](https://platform.openai.com/docs/guides/rate-limits) by the API server.
4241
- Ergonomic builder pattern for all request objects.
@@ -122,7 +121,7 @@ This project adheres to [Rust Code of Conduct](https://www.rust-lang.org/policie
122121

123122
## Complimentary Crates
124123
- [openai-func-enums](https://github.com/frankfralick/openai-func-enums) provides procedural macros that make it easier to use this library with OpenAI API's tool calling feature. It also provides derive macros you can add to existing [clap](https://github.com/clap-rs/clap) application subcommands for natural language use of command line tools. It also supports openai's [parallel tool calls](https://platform.openai.com/docs/guides/function-calling/parallel-function-calling) and allows you to choose between running multiple tool calls concurrently or own their own OS threads.
125-
124+
- [async-openai-wasm](https://github.com/ifsheldon/async-openai-wasm) provides WASM support.
126125

127126
## License
128127

0 commit comments

Comments
 (0)