From 83b7b7bb9204e93f87784a14330ca4494e0e55c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20de=20Kok?= Date: Thu, 13 Mar 2025 10:41:33 +0100 Subject: [PATCH] Router: add `gemma3-text` model type (#3107) --- router/src/config.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/router/src/config.rs b/router/src/config.rs index 244bbb1f5..4460eb00e 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,