Skip to content

Commit

Permalink
Fix missing comma in ollama MODEL_NAMES (#135262)
Browse files Browse the repository at this point in the history
  • Loading branch information
epenet authored Jan 10, 2025
1 parent 8386eaa commit a2d9920
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion homeassistant/components/ollama/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@
"goliath",
"granite-code",
"granite3-dense",
"granite3-guardian" "granite3-moe",
"granite3-guardian",
"granite3-moe",
"hermes3",
"internlm2",
"llama-guard3",
Expand Down

0 comments on commit a2d9920

Please sign in to comment.