Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ModelLimits ¶
type ModelLimits struct {
// ContextLength is the model's context window in tokens.
ContextLength int
// MaxCompletionTokens is the maximum number of output tokens per turn.
MaxCompletionTokens int
}
ModelLimits holds context and output limits discovered from a provider API. Zero values mean the limit could not be determined.
Click to show internal directories.
Click to hide internal directories.