Sfoglia il codice sorgente

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

young010101 1 anno fa
parent
commit
3a65b7b07d
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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.