delete: remove img_utils.py and update imports in jedi_3b_agent.py and jedi_7b_agent.py to use qwen_vl_utils

This commit is contained in:
yuanmengqi
2025-07-26 07:28:31 +00:00
parent 40fdc6266f
commit 73caf53880
3 changed files with 2 additions and 235 deletions

View File

@@ -26,7 +26,7 @@ JEDI_API_KEY = "Your Jedi API Key"
JEDI_SERVICE_URL = "Your Jedi Service URL"
from mm_agents.prompts import JEDI_PLANNER_SYS_PROMPT, JEDI_GROUNDER_SYS_PROMPT
from mm_agents.img_utils import smart_resize
from mm_agents.utils.qwen_vl_utils import smart_resize
def encode_image(image_content):
return base64.b64encode(image_content).decode("utf-8")