mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-29 19:06:23 +02:00
feat: Remove global configuration CONFIG
This commit is contained in:
parent
291af5ad01
commit
d764b8e6fa
1 changed files with 1 additions and 2 deletions
|
|
@ -29,7 +29,7 @@ class NotConfiguredException(Exception):
|
|||
super().__init__(self.message)
|
||||
|
||||
|
||||
class Config(metaclass=Singleton):
|
||||
class Config:
|
||||
"""
|
||||
For example:
|
||||
|
||||
|
|
@ -40,7 +40,6 @@ class Config(metaclass=Singleton):
|
|||
```
|
||||
"""
|
||||
|
||||
_instance = None
|
||||
key_yaml_file = PROJECT_ROOT / "config/key.yaml"
|
||||
default_yaml_file = PROJECT_ROOT / "config/config.yaml"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue