mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-27 17:56:23 +02:00
update format
This commit is contained in:
parent
eb0b9f38ed
commit
a712c61a0d
1 changed files with 1 additions and 1 deletions
|
|
@ -2,9 +2,9 @@ import json
|
|||
from pathlib import Path
|
||||
|
||||
import fire
|
||||
from data.load_dataset import load_oracle_dataset
|
||||
from tqdm.auto import tqdm
|
||||
|
||||
from data.load_dataset import load_oracle_dataset
|
||||
from metagpt.config2 import config
|
||||
from metagpt.logs import logger
|
||||
from metagpt.utils import count_string_tokens
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue