Expand description
Module for the main client interface to interact with the services.
This module defines the Client
struct for interacting with the OpenAI API.
It includes methods for handling various types of requests such as text completion,
image generation, file management, and more.
The Client
struct encapsulates the logic for making HTTP requests to the API endpoints.
Structsยง
- Client
- The
Client
struct for interacting with the OpenAI API.