Router: add gemma3-text model type (#3107)

This commit is contained in:
Daniël de Kok 2025-03-13 10:41:33 +01:00 committed by GitHub
parent c73ae0bd88
commit 83b7b7bb92
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -263,6 +263,7 @@ pub enum Config {
Gemma, Gemma,
Gemma2, Gemma2,
Gemma3(Gemma3), Gemma3(Gemma3),
Gemma3Text,
Cohere, Cohere,
Drbx, Drbx,
Falcon, Falcon,