Fix issue #5609: Use litellm's modify_params with default True (#5611)

Co-authored-by: Engel Nyst <enyst@users.noreply.github.com>
This commit is contained in:
OpenHands
2024-12-16 14:18:45 -05:00
committed by GitHub
parent e0b231092a
commit 09735c7869
25 changed files with 38 additions and 25 deletions

View File

@@ -180,7 +180,7 @@ if __name__ == '__main__':
llm_config = None
if args.llm_config:
llm_config = get_llm_config_arg(args.llm_config)
llm_config = get_llm_config_arg(args.llm_config, evaluation=True)
if llm_config is None:
raise ValueError(f'Could not find LLM config: --llm_config {args.llm_config}')