Fix missing comma in ollama MODEL_NAMES (#135262)

This commit is contained in:
epenet 2025-01-10 11:09:49 +01:00 committed by GitHub
parent 8386eaa92b
commit a2d9920aa9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",