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
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.
69
68
70
69
## Image Generation Example
71
70
@@ -179,8 +178,6 @@ To maintain quality of the project, a minimum of the following is a must for cod
179
178
This project adheres to [Rust Code of Conduct](https://www.rust-lang.org/policies/code-of-conduct)
180
179
181
180
## 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.
0 commit comments