From 9a3998d0376b3362962c2a49e339c4dae032938a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20de=20Kok?= Date: Thu, 13 Mar 2025 09:37:48 +0000 Subject: [PATCH] Router: add `gemma3-text` model type --- router/src/config.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/router/src/config.rs b/router/src/config.rs index 244bbb1f..4460eb00 100644 --- a/router/src/config.rs +++ b/router/src/config.rs @@ -263,6 +263,7 @@ pub enum Config { Gemma, Gemma2, Gemma3(Gemma3), + Gemma3Text, Cohere, Drbx, Falcon,