test: add lfm2.5-thinking coverage (#13802)

This commit is contained in:
Daniel Hiltgen
2026-01-20 12:57:02 -08:00
committed by GitHub
parent 01cf7445f3
commit ae78112c50

View File

@@ -38,6 +38,7 @@ var (
// Note: add newer models at the top of the list to test them first // Note: add newer models at the top of the list to test them first
ollamaEngineChatModels = []string{ ollamaEngineChatModels = []string{
"lfm2.5-thinking",
"ministral-3", "ministral-3",
"qwen3-coder:30b", "qwen3-coder:30b",
"gpt-oss:20b", "gpt-oss:20b",
@@ -143,6 +144,7 @@ var (
"granite3.3", "granite3.3",
"hermes3", "hermes3",
"internlm2", "internlm2",
"lfm2.5-thinking",
"llama-guard3", "llama-guard3",
"llama-pro", "llama-pro",
"llama2-chinese", "llama2-chinese",
@@ -263,6 +265,7 @@ var (
"snowflake-arctic-embed2", "snowflake-arctic-embed2",
} }
libraryToolsModels = []string{ libraryToolsModels = []string{
"lfm2.5-thinking",
"qwen3-vl", "qwen3-vl",
"gpt-oss:20b", "gpt-oss:20b",
"gpt-oss:120b", "gpt-oss:120b",