mirror of
https://github.com/home-assistant/core.git
synced 2025-04-26 10:17:51 +00:00
Change Ollama default to llama3.2 (#129901)
This commit is contained in:
parent
9253fa4471
commit
ed56e5d631
@ -24,8 +24,12 @@ MAX_HISTORY_SECONDS = 60 * 60 # 1 hour
|
|||||||
MODEL_NAMES = [ # https://ollama.com/library
|
MODEL_NAMES = [ # https://ollama.com/library
|
||||||
"alfred",
|
"alfred",
|
||||||
"all-minilm",
|
"all-minilm",
|
||||||
|
"aya-expanse",
|
||||||
"aya",
|
"aya",
|
||||||
"bakllava",
|
"bakllava",
|
||||||
|
"bespoke-minicheck",
|
||||||
|
"bge-large",
|
||||||
|
"bge-m3",
|
||||||
"codebooga",
|
"codebooga",
|
||||||
"codegeex4",
|
"codegeex4",
|
||||||
"codegemma",
|
"codegemma",
|
||||||
@ -33,18 +37,19 @@ MODEL_NAMES = [ # https://ollama.com/library
|
|||||||
"codeqwen",
|
"codeqwen",
|
||||||
"codestral",
|
"codestral",
|
||||||
"codeup",
|
"codeup",
|
||||||
"command-r",
|
|
||||||
"command-r-plus",
|
"command-r-plus",
|
||||||
|
"command-r",
|
||||||
"dbrx",
|
"dbrx",
|
||||||
"deepseek-coder",
|
|
||||||
"deepseek-coder-v2",
|
"deepseek-coder-v2",
|
||||||
|
"deepseek-coder",
|
||||||
"deepseek-llm",
|
"deepseek-llm",
|
||||||
|
"deepseek-v2.5",
|
||||||
"deepseek-v2",
|
"deepseek-v2",
|
||||||
"dolphincoder",
|
|
||||||
"dolphin-llama3",
|
"dolphin-llama3",
|
||||||
"dolphin-mistral",
|
"dolphin-mistral",
|
||||||
"dolphin-mixtral",
|
"dolphin-mixtral",
|
||||||
"dolphin-phi",
|
"dolphin-phi",
|
||||||
|
"dolphincoder",
|
||||||
"duckdb-nsql",
|
"duckdb-nsql",
|
||||||
"everythinglm",
|
"everythinglm",
|
||||||
"falcon",
|
"falcon",
|
||||||
@ -55,74 +60,97 @@ MODEL_NAMES = [ # https://ollama.com/library
|
|||||||
"glm4",
|
"glm4",
|
||||||
"goliath",
|
"goliath",
|
||||||
"granite-code",
|
"granite-code",
|
||||||
|
"granite3-dense",
|
||||||
|
"granite3-guardian" "granite3-moe",
|
||||||
|
"hermes3",
|
||||||
"internlm2",
|
"internlm2",
|
||||||
"llama2",
|
"llama-guard3",
|
||||||
|
"llama-pro",
|
||||||
"llama2-chinese",
|
"llama2-chinese",
|
||||||
"llama2-uncensored",
|
"llama2-uncensored",
|
||||||
"llama3",
|
"llama2",
|
||||||
"llama3-chatqa",
|
"llama3-chatqa",
|
||||||
"llama3-gradient",
|
"llama3-gradient",
|
||||||
"llama3-groq-tool-use",
|
"llama3-groq-tool-use",
|
||||||
"llama-pro",
|
"llama3.1",
|
||||||
"llava",
|
"llama3.2",
|
||||||
|
"llama3",
|
||||||
"llava-llama3",
|
"llava-llama3",
|
||||||
"llava-phi3",
|
"llava-phi3",
|
||||||
|
"llava",
|
||||||
"magicoder",
|
"magicoder",
|
||||||
"mathstral",
|
"mathstral",
|
||||||
"meditron",
|
"meditron",
|
||||||
"medllama2",
|
"medllama2",
|
||||||
"megadolphin",
|
"megadolphin",
|
||||||
"mistral",
|
"minicpm-v",
|
||||||
"mistrallite",
|
"mistral-large",
|
||||||
"mistral-nemo",
|
"mistral-nemo",
|
||||||
"mistral-openorca",
|
"mistral-openorca",
|
||||||
|
"mistral-small",
|
||||||
|
"mistral",
|
||||||
|
"mistrallite",
|
||||||
"mixtral",
|
"mixtral",
|
||||||
"moondream",
|
"moondream",
|
||||||
"mxbai-embed-large",
|
"mxbai-embed-large",
|
||||||
|
"nemotron-mini",
|
||||||
|
"nemotron",
|
||||||
"neural-chat",
|
"neural-chat",
|
||||||
"nexusraven",
|
"nexusraven",
|
||||||
"nomic-embed-text",
|
"nomic-embed-text",
|
||||||
"notus",
|
"notus",
|
||||||
"notux",
|
"notux",
|
||||||
"nous-hermes",
|
"nous-hermes",
|
||||||
"nous-hermes2",
|
|
||||||
"nous-hermes2-mixtral",
|
"nous-hermes2-mixtral",
|
||||||
|
"nous-hermes2",
|
||||||
"nuextract",
|
"nuextract",
|
||||||
|
"open-orca-platypus2",
|
||||||
"openchat",
|
"openchat",
|
||||||
"openhermes",
|
"openhermes",
|
||||||
"open-orca-platypus2",
|
|
||||||
"orca2",
|
|
||||||
"orca-mini",
|
"orca-mini",
|
||||||
|
"orca2",
|
||||||
|
"paraphrase-multilingual",
|
||||||
"phi",
|
"phi",
|
||||||
|
"phi3.5",
|
||||||
"phi3",
|
"phi3",
|
||||||
"phind-codellama",
|
"phind-codellama",
|
||||||
"qwen",
|
"qwen",
|
||||||
|
"qwen2-math",
|
||||||
|
"qwen2.5-coder",
|
||||||
|
"qwen2.5",
|
||||||
"qwen2",
|
"qwen2",
|
||||||
|
"reader-lm",
|
||||||
|
"reflection",
|
||||||
"samantha-mistral",
|
"samantha-mistral",
|
||||||
|
"shieldgemma",
|
||||||
|
"smollm",
|
||||||
|
"smollm2",
|
||||||
"snowflake-arctic-embed",
|
"snowflake-arctic-embed",
|
||||||
|
"solar-pro",
|
||||||
"solar",
|
"solar",
|
||||||
"sqlcoder",
|
"sqlcoder",
|
||||||
"stable-beluga",
|
"stable-beluga",
|
||||||
"stable-code",
|
"stable-code",
|
||||||
"stablelm2",
|
|
||||||
"stablelm-zephyr",
|
"stablelm-zephyr",
|
||||||
|
"stablelm2",
|
||||||
"starcoder",
|
"starcoder",
|
||||||
"starcoder2",
|
"starcoder2",
|
||||||
"starling-lm",
|
"starling-lm",
|
||||||
"tinydolphin",
|
"tinydolphin",
|
||||||
"tinyllama",
|
"tinyllama",
|
||||||
"vicuna",
|
"vicuna",
|
||||||
|
"wizard-math",
|
||||||
|
"wizard-vicuna-uncensored",
|
||||||
|
"wizard-vicuna",
|
||||||
"wizardcoder",
|
"wizardcoder",
|
||||||
|
"wizardlm-uncensored",
|
||||||
"wizardlm",
|
"wizardlm",
|
||||||
"wizardlm2",
|
"wizardlm2",
|
||||||
"wizardlm-uncensored",
|
|
||||||
"wizard-math",
|
|
||||||
"wizard-vicuna",
|
|
||||||
"wizard-vicuna-uncensored",
|
|
||||||
"xwinlm",
|
"xwinlm",
|
||||||
"yarn-llama2",
|
"yarn-llama2",
|
||||||
"yarn-mistral",
|
"yarn-mistral",
|
||||||
|
"yi-coder",
|
||||||
"yi",
|
"yi",
|
||||||
"zephyr",
|
"zephyr",
|
||||||
]
|
]
|
||||||
DEFAULT_MODEL = "llama3.1:latest"
|
DEFAULT_MODEL = "llama3.2:latest"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user