mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-08 15:05:17 +02:00
refactor: comments
This commit is contained in:
parent
5b15584480
commit
d7381a7455
1 changed files with 2 additions and 2 deletions
|
|
@ -25,10 +25,10 @@ from metagpt.utils.yaml_model import YamlModel
|
|||
|
||||
class ModelsConfig(YamlModel):
|
||||
"""
|
||||
Configuration class for LLM models.
|
||||
Configuration class for `models` in `config2.yaml`.
|
||||
|
||||
Attributes:
|
||||
models (Dict[str, LLMConfig]): Dictionary mapping model names to LLMConfig objects.
|
||||
models (Dict[str, LLMConfig]): Dictionary mapping model names or types to LLMConfig objects.
|
||||
|
||||
Methods:
|
||||
update_llm_model(cls, value): Validates and updates LLM model configurations.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue