mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-09 14:57:59 -05:00
Minor Typo Fixes in Comments and Documentation (#9058)
This commit is contained in:
@@ -921,7 +921,7 @@ SPECS_PYDICOM.update(
|
||||
|
||||
SPECS_HUMANEVAL = {k: {'python': '3.9', 'test_cmd': 'python'} for k in ['1.0']}
|
||||
|
||||
# Constants - Task Instance Instllation Environment
|
||||
# Constants - Task Instance Installation Environment
|
||||
MAP_REPO_VERSION_TO_SPECS: dict[str, dict[str, Any]] = {
|
||||
'astropy/astropy': SPECS_ASTROPY,
|
||||
'dbt-labs/dbt-core': SPECS_DBT_CORE,
|
||||
|
||||
@@ -539,7 +539,7 @@ if __name__ == '__main__':
|
||||
if args.llm_config:
|
||||
llm_config = get_llm_config_arg(args.llm_config)
|
||||
llm_config.log_completions = True
|
||||
# modify_params must be False for evaluation purpose, for reproducibility and accurancy of results
|
||||
# modify_params must be False for evaluation purpose, for reproducibility and accuracy of results
|
||||
llm_config.modify_params = False
|
||||
|
||||
if llm_config is None:
|
||||
|
||||
Reference in New Issue
Block a user