mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-08 15:05:17 +02:00
simplify save_webpages in gpt_v_generator.py
This commit is contained in:
parent
363c1b7ffb
commit
9ad2f22c16
1 changed files with 2 additions and 2 deletions
|
|
@ -9,9 +9,9 @@ import re
|
|||
from pathlib import Path
|
||||
|
||||
from metagpt.const import DEFAULT_WORKSPACE_ROOT
|
||||
from metagpt.tools.tool_registry import register_tool
|
||||
from metagpt.utils.common import encode_image, CodeParser
|
||||
from metagpt.logs import logger
|
||||
from metagpt.tools.tool_registry import register_tool
|
||||
from metagpt.utils.common import CodeParser, encode_image
|
||||
|
||||
ANALYZE_LAYOUT_PROMPT = """You are now a UI/UX designer, please generate layout information for this image:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue