Crates.io | openai |
lib.rs | openai |
version | 1.0.0-alpha.16 |
source | src |
created_at | 2017-01-15 01:02:11.83507 |
updated_at | 2024-08-27 13:43:51.751172 |
description | An unofficial Rust library for the OpenAI API. |
homepage | |
repository | https://github.com/rellfy/openai |
max_upload_size | |
id | 8073 |
size | 130,256 |
An unofficial Rust library for the OpenAI API.
Warning
There may be breaking changes between versions while in alpha. See Implementation Progress.
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.
██████████
Models
████████░░
Completions (Function calling is supported)
████████░░
Chat
██████████
Edits
░░░░░░░░░░
Images
█████████░
Embeddings
░░░░░░░░░░
Audio
███████░░░
Files
░░░░░░░░░░
Fine-tunes
██████████
Moderations
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.