Files
home-llm/custom_components/llama_conversation/manifest.json
Alex O'Connell e78e8e1ef7 Release v0.3.7
2024-12-15 14:08:24 -05:00

17 lines
434 B
JSON

{
"domain": "llama_conversation",
"name": "Local LLM Conversation",
"version": "0.3.7",
"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"
]
}