mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-25 16:56:26 +02:00
solve test startup.py
This commit is contained in:
parent
25c42890b8
commit
58c8a38fc3
5 changed files with 8 additions and 8 deletions
|
|
@ -72,6 +72,7 @@ class Config(metaclass=Singleton):
|
|||
self.inc = False
|
||||
self.reqa_file = ""
|
||||
self.max_auto_summarize_code = 0
|
||||
self.git_reinit = False
|
||||
|
||||
self._init_with_config_files_and_env(yaml_file)
|
||||
# The agent needs to be billed per user, so billing information cannot be destroyed when the session ends.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue