Skip to content

Commit cc205a9

Browse files
committed
updated readme
1 parent 66bdbcd commit cc205a9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

async-openai/README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
- [x] Models
3636
- [x] Moderations
3737
- [x] Organizations | Administration (partially implemented)
38-
- [x] Realtime (Beta) (partially implemented)
38+
- [x] Realtime GA (partially implemented)
3939
- [x] Responses (partially implemented)
4040
- [x] Uploads
4141
- [x] Videos
@@ -65,7 +65,6 @@ $Env:OPENAI_API_KEY='sk-...'
6565
## Realtime API
6666

6767
Only types for Realtime API are implemented, and can be enabled with feature flag `realtime`.
68-
These types were written before OpenAI released official specs.
6968

7069
## Image Generation Example
7170

@@ -179,8 +178,6 @@ To maintain quality of the project, a minimum of the following is a must for cod
179178
This project adheres to [Rust Code of Conduct](https://www.rust-lang.org/policies/code-of-conduct)
180179

181180
## Complimentary Crates
182-
183-
- [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.
184181
- [async-openai-wasm](https://github.com/ifsheldon/async-openai-wasm) provides WASM support.
185182

186183
## License

0 commit comments

Comments
 (0)