Skip to content

Commit

Permalink
refactor: comments
Browse files Browse the repository at this point in the history
  • Loading branch information
莘权 马 committed Jul 1, 2024
1 parent 5b15584 commit d7381a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metagpt/configs/models_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@

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.
Expand Down

0 comments on commit d7381a7

Please sign in to comment.