llm_chain_openai

Module chatgpt

Source
Expand description

This module implements chains for the ChatGPT model from OpenAI.

Structs§

Executor
The Executor struct for the ChatGPT model. This executor uses the async_openai crate to communicate with the OpenAI API.

Enums§

Error
Model
The Model enum represents the available ChatGPT models that you can use through the OpenAI API.