如图所示
怎么说呢只能说是尝试,希望有人能仔细调试一下。具体还需要喂养。看起来有点搞笑,其实我想问图片中有炒面么
使用这个集成:valentinfrlch/ha-llmvision: Let Home Assistant see!
ollama核心集成+llama3.2-vision:11b
alias: test
description: ""
triggers:
- trigger: conversation
command: 现在打印的怎么样了
conditions: []
actions:
- action: llmvision.image_analyzer
metadata: {}
data:
remember: false
include_filename: false
target_width: 1280
detail: high
max_tokens: 100
temperature: 0.2
expose_images: false
provider: 01JCD6JFXQXVYT55MT4KATAWYZ
image_entity:
- camera.p1s_01p09c492300449_camera
message: 请问图像中是否有不规则丝状物体,如果有那么代表模型打印失败,如果没有那么模型打印过程正常。使用中文回复
response_variable: test_llm_vs
- set_conversation_response: "{{ test_llm_vs }}"
- action: tts.edge_tts_say
data:
cache: false
entity_id: media_player.media_player
message: "{{ test_llm_vs }}"
mode: single
|