mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-27 17:56:23 +02:00
fix tests
This commit is contained in:
parent
d2233beff4
commit
76d05e44f4
6 changed files with 34 additions and 16 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue