mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-20 15:38:09 +02:00
Merge branch 'swebench_di' of github.com:stellaHSR/MetaGPT into swebench_di
This commit is contained in:
commit
1e6d145d7e
2 changed files with 0 additions and 16 deletions
|
|
@ -56,7 +56,6 @@ async def openai_inference(
|
|||
logger.info(f"{repo_prefix}_{version}")
|
||||
data.append(f"{repo_prefix}_{version}")
|
||||
|
||||
# import pdb;pdb.set_trace()
|
||||
response = await run_instance(instance=datum)
|
||||
if response is None:
|
||||
continue
|
||||
|
|
@ -65,7 +64,6 @@ async def openai_inference(
|
|||
output_dict["full_output"] = response
|
||||
output_dict["model_patch"] = extract_diff(response)
|
||||
print(json.dumps(output_dict), file=f, flush=True)
|
||||
# print(data)
|
||||
|
||||
|
||||
async def main(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue