Revert "Fix issue #5609: Use litellm's modify_params with default True" (#5631)

This commit is contained in:
Engel Nyst
2024-12-16 21:39:57 +01:00
committed by GitHub
parent dabf0ce3af
commit b295f5775c
25 changed files with 25 additions and 38 deletions

View File

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