Eladlev / AutoPrompt

A framework for prompt tuning using Intent-based Prompt Calibration
Apache License 2.0
2.22k stars 193 forks source link

Removed duplicated `ChainWrapper` import #83

Closed engichang1467 closed 3 months ago

engichang1467 commented 3 months ago

I noticed that we invoked 'from utils.llm_chain import ChainWrapper' twice in 'metric_generator/metric_gen.py', so I removed one of the invocations.