Skip to content

Commit

Permalink
Link to openai-func-enums (#152)
Browse files Browse the repository at this point in the history
* Link to openai-func-enums

* Link to openai-func-enums

* Update async-openai/README.md

---------

Co-authored-by: Himanshu Neema <[email protected]>
  • Loading branch information
frankfralick and 64bit authored Nov 25, 2023
1 parent 28d4005 commit 923d03a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions async-openai/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@ Thank you for your time to contribute and improve the project, I'd be happy to h

A good starting point would be existing [open issues](https://github.com/64bit/async-openai/issues).

## Complimentary Crates
- [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.


## License

Expand Down

0 comments on commit 923d03a

Please sign in to comment.