This repository is a modified fork of the specification provided by OpenAPI. The original specification can be found OpenAI API.
The client itself misses features which lead to errors in the generated client. Those modules are commented out and can be added manually and fixed if needed.
The original lead to validation errors due to certain "default: null" fields. The details can be found in issue #133.
openapi-generator-cli generate -i openapi.yaml -g rust -o rust-openai-client
- audio_api
- completions_api
- embeddings_api
- files_api
- images_api
Feel free to contribute to this repository by opening a pull request or an issue.