feat: rebase geekan:env_refactor

This commit is contained in:
莘权 马 2023-12-09 16:26:25 +08:00
parent 390065c680
commit 376897e730

View file

@ -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):