处理冲突

This commit is contained in:
liuminhui 2024-08-06 11:30:30 +08:00
commit 015212d602
17 changed files with 78 additions and 12 deletions

View file

@ -73,6 +73,7 @@ class Config(CLIParams, YamlModel):
workspace: WorkspaceConfig = WorkspaceConfig()
enable_longterm_memory: bool = False
code_review_k_times: int = 2
agentops_api_key: str = ""
# Will be removed in the future
metagpt_tti_url: str = ""