Merge branch 'main' into main

This commit is contained in:
shenchucheng 2023-07-24 01:50:24 +08:00 committed by GitHub
commit d07b6ba540
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
104 changed files with 252 additions and 256 deletions

View file

@ -7,9 +7,10 @@
"""
from unittest.mock import Mock
import pytest
from metagpt.logs import logger
import pytest
from metagpt.logs import logger
from metagpt.provider.openai_api import OpenAIGPTAPI as GPTAPI
import asyncio
import re