mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-04 21:32:38 +02:00
cr修改,单测完善
This commit is contained in:
parent
79334de5a4
commit
758acf8ba6
18 changed files with 371 additions and 178 deletions
|
|
@ -52,8 +52,3 @@ class EmbeddingConfig(YamlModel):
|
|||
if v == "":
|
||||
return None
|
||||
return v
|
||||
|
||||
|
||||
class OmniParseConfig(YamlModel):
|
||||
api_key: str = ""
|
||||
base_url: str = ""
|
||||
|
|
|
|||
6
metagpt/configs/file_parser_config.py
Normal file
6
metagpt/configs/file_parser_config.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
from metagpt.utils.yaml_model import YamlModel
|
||||
|
||||
|
||||
class OmniParseConfig(YamlModel):
|
||||
api_key: str = ""
|
||||
base_url: str = ""
|
||||
Loading…
Add table
Add a link
Reference in a new issue