mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-08 15:05:17 +02:00
use context instead of FileRepo... done main process.
This commit is contained in:
parent
7cae857203
commit
2018c06cce
1 changed files with 1 additions and 1 deletions
|
|
@ -34,5 +34,5 @@ class YamlModelWithoutDefault(YamlModel):
|
|||
@classmethod
|
||||
def check_not_default_config(cls, values):
|
||||
if any(["YOUR" in v for v in values]):
|
||||
raise ValueError("Please set your S3 config in config.yaml")
|
||||
raise ValueError("Please set your config in config.yaml")
|
||||
return values
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue