mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-05 14:55:18 +02:00
feat: +async oas3 http service demo
This commit is contained in:
parent
d97231933f
commit
3c93573f93
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue