14 releases
1.0.0-alpha.16 | Aug 27, 2024 |
---|---|
1.0.0-alpha.15 | Jul 15, 2024 |
1.0.0-alpha.14 | Feb 22, 2024 |
1.0.0-alpha.13 | Jul 2, 2023 |
0.4.1 |
|
#47 in Machine learning
1,380 downloads per month
Used in 9 crates
(7 directly)
73KB
1.5K
SLoC
openai
An unofficial Rust library for the OpenAI API.
Warning
There may be breaking changes between versions while in alpha. See Implementation Progress.
Core Principles
- Modularity
- Library, not a wrapper
- Idiomatic Rust
- Environmental variables should be the prioritized method of authentication, but not the only way to do things
Examples
Examples can be found in the examples
directory.
As the package is still a work in progress and there may be breaking changes, examples are not available for all the crate's functionality.
Currently, there are examples for the completions
module and the chat
module.
For other modules, refer to the tests
submodules for some reference.
Implementation Progress
██████████
Models
████████░░
Completions (Function calling is supported)
████████░░
Chat
██████████
Edits
░░░░░░░░░░
Images
█████████░
Embeddings
░░░░░░░░░░
Audio
███████░░░
Files
░░░░░░░░░░
Fine-tunes
██████████
Moderations
Contributing
All contributions are welcome. Unit tests are encouraged.
Fork Notice
This package was initially developed by Valentine Briese. As the original repo was archived, this is a fork and continuation of the project.
Dependencies
~8–19MB
~266K SLoC