Skip to content

Commit 9b58b9b

Browse files
authored
Merge pull request #955 from NousResearch/hermes/hermes-cf9f7d54
fix(vision): log error when vision client is unavailable + doctor MiniMax fix
2 parents 09b1de5 + b66c8b4 commit 9b58b9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/vision_tools.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ async def vision_analyze_tool(
259259

260260
# Check auxiliary vision client availability
261261
if _aux_async_client is None or DEFAULT_VISION_MODEL is None:
262+
logger.error("Vision analysis unavailable: no auxiliary vision model configured")
262263
return json.dumps({
263264
"success": False,
264265
"analysis": "Vision analysis unavailable: no auxiliary vision model configured. "

0 commit comments

Comments
 (0)