Add more Ollama models (#114339)

Add more models
This commit is contained in:
Michael Hansen 2024-03-27 17:19:34 -05:00 committed by GitHub
parent acb9eb4818
commit b8e9a78d6f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -110,5 +110,46 @@ MODEL_NAMES = [ # https://ollama.com/library
"starcoder",
"phind-codellama",
"starcoder2",
"yi",
"orca2",
"falcon",
"wizard-math",
"dolphin-phi",
"starling-lm",
"nous-hermes",
"stable-code",
"medllama2",
"bakllava",
"codeup",
"wizardlm-uncensored",
"solar",
"everythinglm",
"sqlcoder",
"dolphincoder",
"nous-hermes2-mixtral",
"stable-beluga",
"yarn-mistral",
"stablelm2",
"samantha-mistral",
"meditron",
"stablelm-zephyr",
"magicoder",
"yarn-llama2",
"llama-pro",
"deepseek-llm",
"wizard-vicuna",
"codebooga",
"mistrallite",
"all-minilm",
"nexusraven",
"open-orca-platypus2",
"goliath",
"notux",
"megadolphin",
"alfred",
"xwinlm",
"wizardlm",
"duckdb-nsql",
"notus",
]
DEFAULT_MODEL = "llama2:latest"