defmodule OpenAi do @moduledoc """ This library provides types and functions for working with OpenAI’s RESTful, streaming, and realtime APIs, making it easy to interact with the OpenAI platform. - [OpenAi docs](https://platform.openai.com/docs) - [OpenAi Api Reference](https://platform.openai.com/docs/api-reference/) """ end