mirror of
https://github.com/ollama/ollama.git
synced 2026-04-30 16:08:07 -05:00
test: add lfm2.5-thinking coverage (#13802)
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user