chatgpt-generative-img 0.1.0

A Rust library for generating images using OpenAI's API
Documentation
1
2
3
4
5
6
7
8
9
# OpenAI Image Generation Client

This Rust library provides a client for interacting with the OpenAI API to generate images based on text prompts.

## Features

- Create a new client with or without a proxy.
- Send image generation requests to the OpenAI API.
- Parse and handle responses from the API.