Enums§
Functions§
- openai_
chat - Sends a prompt using the default model “gpt-3.5-turbo”.
- openai_
chat_ with_ model - Sends a prompt using a specified model (e.g., “gpt-3.5-turbo”).
- openai_
generate_ image - Generates image(s) from a prompt using DALL·E.
- openai_
init - Initializes the OpenAI client with the given API key. This must be called before any API functions.
- openai_
transcribe_ audio - Transcribes an audio file using Whisper.
- openai_
translate_ audio - Translates an audio file to English using Whisper.