mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-03 21:02:38 +02:00
feat: +omniparse config
This commit is contained in:
parent
bd63a7c665
commit
c2e554711d
5 changed files with 45 additions and 3 deletions
5
metagpt/configs/omniparse_config.py
Normal file
5
metagpt/configs/omniparse_config.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
from metagpt.utils.yaml_model import YamlModel
|
||||
|
||||
|
||||
class OmniParseConfig(YamlModel):
|
||||
url: str = ""
|
||||
Loading…
Add table
Add a link
Reference in a new issue