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