Closed liwii closed 3 weeks ago
We changed the design of OpenAI-related arguments in https://github.com/citadel-ai/langcheck/pull/110, but the langcheck.augment.rephrase function still uses the old style arguments. We need to replace them with EvalClient.
langcheck.augment.rephrase
EvalClient
We changed the design of OpenAI-related arguments in https://github.com/citadel-ai/langcheck/pull/110, but the
langcheck.augment.rephrase
function still uses the old style arguments. We need to replace them withEvalClient
.