mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 08:17:08 +00:00
Fix missing comma in ollama MODEL_NAMES (#135262)
This commit is contained in:
parent
8386eaa92b
commit
a2d9920aa9
@ -61,7 +61,8 @@ MODEL_NAMES = [ # https://ollama.com/library
|
||||
"goliath",
|
||||
"granite-code",
|
||||
"granite3-dense",
|
||||
"granite3-guardian" "granite3-moe",
|
||||
"granite3-guardian",
|
||||
"granite3-moe",
|
||||
"hermes3",
|
||||
"internlm2",
|
||||
"llama-guard3",
|
||||
|
Loading…
x
Reference in New Issue
Block a user