Current section

Files

Jump to
oapi_open_ai lib open_ai.ex
Raw

lib/open_ai.ex

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