docs: Add comment to GptOss120bHandler
All checks were successful
BotServer CI/CD / build (push) Successful in 58s

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2026-04-16 09:38:20 -03:00
parent 355854bc6b
commit 5d1a87f145

View file

@ -1,5 +1,6 @@
use super::ModelHandler;
/// Handler for GPT-OSS 120B model with thinking tags filtering
#[derive(Debug)]
pub struct GptOss120bHandler {}
impl Default for GptOss120bHandler {