mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-06-21 04:05:26 -04:00
Scope vision model resolution by owner (#3009)
This commit is contained in:
+1
-1
@@ -229,7 +229,7 @@ class ChatHandler:
|
||||
except Exception:
|
||||
vl_desc = None
|
||||
if not vl_desc:
|
||||
vl_result = analyze_image_with_vl_result(file_info["path"])
|
||||
vl_result = analyze_image_with_vl_result(file_info["path"], owner=owner)
|
||||
vl_desc = vl_result.get("text", "")
|
||||
vl_model = vl_result.get("model", "")
|
||||
if vl_desc and not vl_desc.startswith("["):
|
||||
|
||||
Reference in New Issue
Block a user