OpenAILLMProvider

Represents the OpenAI provider in the Large Language Model (LLM) ecosystem.

OpenAI, identified by the id value "openai", is a specific implementation of the LLMProvider sealed class. This class is used to define and distinguish the OpenAI provider as part of the supported LLM providers.

This provider can be utilized to configure LLM-based models, allowing developers to leverage OpenAI's capabilities within various applications or systems.

Properties

Link copied to clipboard

The human-readable name of the LLM provider.

Link copied to clipboard
val id: String

The unique identifier of the LLM provider.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int