Module chat_flame_backend::llm::text_generator
source · Expand description
Generator for text generation.
Manages the generation of text by iteratively producing tokens and constructing the final output text.
Structs
- Handles the text generation process.
Enums
- Enumerates possible results from a text generation process.
Traits
- A trait defining the core functionality for text generation.
Type Aliases
- Represents the probability associated with a piece of generated text.