mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-27 09:46:24 +02:00
Update Code Review
This commit is contained in:
parent
686b1cd130
commit
6d4c72cdf0
11 changed files with 549 additions and 662 deletions
5
test.py
5
test.py
|
|
@ -4,7 +4,8 @@
|
|||
# @Desc : test on humaneval graph
|
||||
|
||||
import asyncio
|
||||
|
||||
from examples.ags.benchmark.humaneval import sample_generate, samples_generate
|
||||
|
||||
asyncio.run(sample_generate('HumanEval/id',result_path="result_path",mode="alpha"))
|
||||
asyncio.run(samples_generate(mode='alpha',result_path="result_path"))
|
||||
asyncio.run(sample_generate("HumanEval/id", result_path="result_path", mode="alpha"))
|
||||
asyncio.run(samples_generate(mode="alpha_codium", result_path="result_path"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue