File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,13 @@ async fn main() -> Result<()> {
46
46
47
47
## Features
48
48
49
- - Support for completions (regular & chat)
49
+ - Text generation
50
+ - [ Regular completion] ( https://docs.rs/libopenai/latest/libopenai/completion )
51
+ - [ Chat completion] ( https://docs.rs/libopenai/latest/libopenai/chat )
52
+ - [ Edit] ( https://docs.rs/libopenai/latest/libopenai/edit )
53
+ - [ Embeddings] ( https://docs.rs/libopenai/latest/libopenai/embeddings )
54
+ - [ Moderations] ( https://docs.rs/libopenai/latest/libopenai/moderations )
55
+ - [ Files] ( https://docs.rs/libopenai/latest/libopenai/file ) and [ fine-tuning] ( https://docs.rs/libopenai/latest/libopenai/finetune )
50
56
- [ Image generation] ( https://docs.rs/libopenai/latest/libopenai/image ) with automatic conversion to desired formats
51
57
- [ Audio-to-text] ( https://docs.rs/libopenai/latest/libopenai/audio ) conversions
52
58
- Support for streaming
You can’t perform that action at this time.
0 commit comments