refine code

This commit is contained in:
geekan 2023-12-19 17:11:02 +08:00
parent 7f04ec2060
commit 2bae7f2bfb
2 changed files with 13 additions and 5 deletions

View file

@ -1,7 +1,6 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import asyncio
from pathlib import Path
import typer
@ -41,10 +40,6 @@ def startup(
)
from metagpt.team import Team
# Use in the PrepareDocuments action according to Section 2.2.3.5.1 of RFC 135.
if project_path:
inc = True
project_name = project_name or Path(project_path).name
CONFIG.update_via_cli(project_path, project_name, inc, reqa_file, max_auto_summarize_code)
company = Team()