Jelajahi Sumber

docs: add missing toml_file parameter description in get_llm_config_a… (#5147)

young010101 1 tahun lalu
induk
melakukan
3a65b7b07d
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      openhands/core/config/utils.py

+ 1 - 0
openhands/core/config/utils.py

@@ -241,6 +241,7 @@ def get_llm_config_arg(
 
     Args:
         llm_config_arg: The group of llm settings to get from the config.toml file.
+        toml_file: Path to the configuration file to read from. Defaults to 'config.toml'.
 
     Returns:
         LLMConfig: The LLMConfig object with the settings from the config file.