feat: +omniparse config

This commit is contained in:
莘权 马 2024-08-15 21:43:11 +08:00
parent bd63a7c665
commit c2e554711d
5 changed files with 45 additions and 3 deletions

View file

@ -0,0 +1,5 @@
from metagpt.utils.yaml_model import YamlModel
class OmniParseConfig(YamlModel):
url: str = ""