fix tests

This commit is contained in:
geekan 2024-01-08 18:30:04 +08:00
parent d2233beff4
commit 76d05e44f4
6 changed files with 34 additions and 16 deletions

View file

@ -65,6 +65,7 @@ class Config(CLIParams, YamlModel):
llm_for_researcher_report: str = "gpt3"
METAGPT_TEXT_TO_IMAGE_MODEL_URL: str = ""
language: str = "English"
redis_key: str = "placeholder"
@classmethod
def default(cls):