Namespace Workspace.XBR.Xperiflow.LanguageModels
Classes
LLMChatClient
A chat client for interacting with language models (LLMs).
The supported models at this time are: "gpt-4o", "gpt-4o-mini", "o1", "o3-mini".
Model specific parameters are expected to be provided via the "extra" dictionary parameter.
Please see the following parameter combinations below:
- Model: "gpt-4o"
- Model: "gpt-4o-mini"
- Model: "o1"
- Model: "o3-mini"
LlmChatClientException
Represents errors that occur during LLM chat client operations.
LLMEmbeddingClient
Provides methods for generating embeddings using language models.
LlmEmbeddingClientException
Represents errors that occur during LLM embedding client operations.