mirror of
https://github.com/acon96/home-llm.git
synced 2026-01-08 21:28:05 -05:00
19 lines
493 B
JSON
19 lines
493 B
JSON
{
|
|
"domain": "llama_conversation",
|
|
"name": "Local LLMs",
|
|
"version": "0.4.6",
|
|
"codeowners": ["@acon96"],
|
|
"config_flow": true,
|
|
"dependencies": ["conversation", "ai_task"],
|
|
"after_dependencies": ["assist_pipeline", "intent"],
|
|
"documentation": "https://github.com/acon96/home-llm",
|
|
"integration_type": "service",
|
|
"iot_class": "local_polling",
|
|
"requirements": [
|
|
"huggingface-hub>=0.23.0",
|
|
"webcolors>=24.8.0",
|
|
"ollama>=0.5.1",
|
|
"anthropic>=0.75.0"
|
|
]
|
|
}
|