Files
home-llm/custom_components/llama_conversation/manifest.json
Alex O'Connell 9c8dd2576a Release v0.3.4
2024-07-29 21:42:13 -04:00

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"
]
}