mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-07-05 16:02:14 +02:00
add context and config2
This commit is contained in:
parent
e5d11a046c
commit
10436172ca
25 changed files with 72 additions and 113 deletions
|
|
@ -104,9 +104,9 @@ class Context:
|
|||
@pytest.fixture(scope="package")
|
||||
def llm_api():
|
||||
logger.info("Setting up the test")
|
||||
_context = Context()
|
||||
g_context = Context()
|
||||
|
||||
yield _context.llm_api
|
||||
yield g_context.llm_api
|
||||
|
||||
logger.info("Tearing down the test")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue