Home
last modified time | relevance | path

Searched hist:"7 be8078ef9026e317a5c01f90a94183276bbbbd2" (Results 1 – 6 of 6) sorted by relevance

/plugin/aichat/Model/Ollama/
H A DChatModel.php7be8078ef9026e317a5c01f90a94183276bbbbd2 Tue Apr 15 13:15:03 UTC 2025 Andreas Gohr <andi@splitbrain.org> allow models to have a zero token limit

This allows for configuring completely unknown models. For these models
no token limit is known and we will simply do not apply any. Instead we
trust that the model will be either large enough to handle our input or
at least throw useful error messages.

H A DEmbeddingModel.php7be8078ef9026e317a5c01f90a94183276bbbbd2 Tue Apr 15 13:15:03 UTC 2025 Andreas Gohr <andi@splitbrain.org> allow models to have a zero token limit

This allows for configuring completely unknown models. For these models
no token limit is known and we will simply do not apply any. Instead we
trust that the model will be either large enough to handle our input or
at least throw useful error messages.

/plugin/aichat/Model/
H A DModelInterface.php7be8078ef9026e317a5c01f90a94183276bbbbd2 Tue Apr 15 13:15:03 UTC 2025 Andreas Gohr <andi@splitbrain.org> allow models to have a zero token limit

This allows for configuring completely unknown models. For these models
no token limit is known and we will simply do not apply any. Instead we
trust that the model will be either large enough to handle our input or
at least throw useful error messages.

H A DAbstractModel.php7be8078ef9026e317a5c01f90a94183276bbbbd2 Tue Apr 15 13:15:03 UTC 2025 Andreas Gohr <andi@splitbrain.org> allow models to have a zero token limit

This allows for configuring completely unknown models. For these models
no token limit is known and we will simply do not apply any. Instead we
trust that the model will be either large enough to handle our input or
at least throw useful error messages.

/plugin/aichat/
H A Dhelper.php7be8078ef9026e317a5c01f90a94183276bbbbd2 Tue Apr 15 13:15:03 UTC 2025 Andreas Gohr <andi@splitbrain.org> allow models to have a zero token limit

This allows for configuring completely unknown models. For these models
no token limit is known and we will simply do not apply any. Instead we
trust that the model will be either large enough to handle our input or
at least throw useful error messages.

H A DEmbeddings.php7be8078ef9026e317a5c01f90a94183276bbbbd2 Tue Apr 15 13:15:03 UTC 2025 Andreas Gohr <andi@splitbrain.org> allow models to have a zero token limit

This allows for configuring completely unknown models. For these models
no token limit is known and we will simply do not apply any. Instead we
trust that the model will be either large enough to handle our input or
at least throw useful error messages.