feat: +async oas3 http service demo

This commit is contained in:
莘权 马 2023-08-18 14:46:33 +08:00
parent d97231933f
commit 3c93573f93

View file

@ -9,10 +9,8 @@
import asyncio
from pathlib import Path
import sys
from time import sleep
import connexion
import threading
sys.path.append(str(Path(__file__).resolve().parent.parent.parent)) # fix-bug: No module named 'metagpt'
from metagpt.utils.common import initialize_environment