mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-26 17:26:22 +02:00
feat: rebase geekan:env_refactor
This commit is contained in:
parent
390065c680
commit
376897e730
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ class TestGPT:
|
|||
assert len(answer) > 0
|
||||
|
||||
def test_gptapi_ask_batch(self, llm_api):
|
||||
answer = llm_api.ask_batch(["请扮演一个Google Python专家工程师,如果理解,回复明白", "写一个hello world"])
|
||||
answer = llm_api.ask_batch(["请扮演一个Google Python专家工程师,如果理解,回复明白", "写一个hello world"], timeout=60)
|
||||
assert len(answer) > 0
|
||||
|
||||
def test_llm_api_ask_code(self, llm_api):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue