From 64271fd85f13abaa27087af69b40518650def6e3 Mon Sep 17 00:00:00 2001 From: better629 Date: Wed, 27 Mar 2024 12:18:11 +0800 Subject: [PATCH] fix merge problem --- examples/llm_hello_world.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/llm_hello_world.py b/examples/llm_hello_world.py index 2a6bf9c05..62fc2ed68 100644 --- a/examples/llm_hello_world.py +++ b/examples/llm_hello_world.py @@ -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():