mirror of
https://github.com/acon96/home-llm.git
synced 2026-01-09 21:58:00 -05:00
17 lines
435 B
JSON
17 lines
435 B
JSON
{
|
|
"domain": "llama_conversation",
|
|
"name": "Local LLM Conversation",
|
|
"version": "0.3.10",
|
|
"codeowners": ["@acon96"],
|
|
"config_flow": true,
|
|
"dependencies": ["conversation"],
|
|
"after_dependencies": ["assist_pipeline"],
|
|
"documentation": "https://github.com/acon96/home-llm",
|
|
"integration_type": "service",
|
|
"iot_class": "local_polling",
|
|
"requirements": [
|
|
"huggingface-hub>=0.23.0",
|
|
"webcolors>=24.8.0"
|
|
]
|
|
}
|