openai-interface 0.1.1-alpha.1

A Rust interface for the OpenAI API
Documentation
1
2
3
4
5
6
7
8
9
10
11
# openai-interface

A low-level interface for interacting with OpenAI's API. Both streaming
and non-streaming APIs are supported.

Currently only chat completion is supported. FIM completion, image generation,
etc. are still in development.

## Musl Build

This crate is designed to adapt with the musl libc.