Skip to content

Commit

Permalink
swap python to htmlFilter
Browse files Browse the repository at this point in the history
  • Loading branch information
hairygael authored Nov 26, 2024
1 parent ae00813 commit cea9a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/L_Llm.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def describeImage(prompt):
cfg = llmImg.getConfig()
cfg.url = "http://localhost:11434"
cfg.model = "llava"
python.subscribe(llmImg.getName(), "publishText", "onFilterText")
i01_htmlFilter.subscribe(llmImg.getName(), "publishText", "onText")
llmImg.apply(cfg)
llmImg.save()
llmImg.broadcastState()
Expand Down

0 comments on commit cea9a56

Please sign in to comment.