Module anchor_chain::models::openai
source · Expand description
Module for integrating OpenAI models.
Facilitates the construction and execution of requests to OpenAI models, leveraging the OpenAI API.
Structs§
- Represents a processor for sending and processing requests to the OpenAI API.
- Node for making requests to OpenAI embedding models.
- Node for making requests to OpenAI Instruct models.
Enums§
- OpenAI model types supported by the
OpenAInode