use config

This commit is contained in:
geekan 2024-01-10 20:19:56 +08:00 committed by 莘权 马
parent d63860f972
commit 2d048e91b1
37 changed files with 102 additions and 276 deletions

View file

@ -71,6 +71,9 @@ class Config(CLIParams, YamlModel):
METAGPT_TEXT_TO_IMAGE_MODEL_URL: str = ""
language: str = "English"
redis_key: str = "placeholder"
mmdc: str = "mmdc"
puppeteer_config: str = ""
pyppeteer_executable_path: str = ""
@classmethod
def default(cls):