docs: Add comment to GptOss120bHandler
All checks were successful
BotServer CI/CD / build (push) Successful in 58s
All checks were successful
BotServer CI/CD / build (push) Successful in 58s
This commit is contained in:
parent
355854bc6b
commit
5d1a87f145
1 changed files with 1 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
use super::ModelHandler;
|
use super::ModelHandler;
|
||||||
|
|
||||||
|
/// Handler for GPT-OSS 120B model with thinking tags filtering
|
||||||
#[derive(Debug)]
|
#[derive(Debug)]
|
||||||
pub struct GptOss120bHandler {}
|
pub struct GptOss120bHandler {}
|
||||||
impl Default for GptOss120bHandler {
|
impl Default for GptOss120bHandler {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue