fix merge problem

This commit is contained in:
better629 2024-03-27 12:18:11 +08:00
parent d75c1b397e
commit 64271fd85f

View file

@ -6,11 +6,9 @@
@File : llm_hello_world.py
"""
import asyncio
from pathlib import Path
from metagpt.llm import LLM
from metagpt.logs import logger
from metagpt.utils.common import encode_image
async def main():