\brief Get the current context length \note The function will get the current context length \note The function will return the current context length
| 471 | /// \note The function will get the current context length |
| 472 | /// \note The function will return the current context length |
| 473 | int AutoModel::get_current_context_length() { |
| 474 | return this->total_tokens; |
| 475 | } |
| 476 | |
| 477 | /// \brief Set the sampler |
| 478 | /// \param sampler_config the sampler config |
no outgoing calls
no test coverage detected