mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-19 23:08:08 +02:00
Review Summary Optimizations (#22533)
* Use different association method * Clarify * Remove extra details from ollama schema * Fix Gemini Chat * Fix incorrect instructions * Improve name handling * Change order of information for llama.cpp * Simplify prompt * Fix formatting
This commit is contained in:
@@ -521,7 +521,7 @@ def run_analysis(
|
||||
for i, verified_label in enumerate(final_data["data"]["verified_objects"]):
|
||||
object_type = verified_label.replace("-verified", "").replace("_", " ")
|
||||
name = titlecase(sub_labels_list[i].replace("_", " "))
|
||||
unified_objects.append(f"{name} ({object_type})")
|
||||
unified_objects.append(f"{name} ← {object_type}")
|
||||
|
||||
for label in objects_list:
|
||||
if "-verified" in label:
|
||||
|
||||
Reference in New Issue
Block a user