style(workflow): remove unnecessary indentation

This commit is contained in:
mengyonghao
2025-12-22 16:18:25 +08:00
parent c15a987701
commit 75ee591202
6 changed files with 57 additions and 70 deletions

View File

@@ -169,7 +169,7 @@ class PromptOptimizerService:
provider=api_config.provider,
api_key=api_config.api_key,
base_url=api_config.api_base
), type=ModelType.from_str(model_config.type))
), type=ModelType(model_config.type))
# build message
messages = [