Compare commits

..

No commits in common. "main" and "v0.2.0" have entirely different histories.
main ... v0.2.0

View file

@ -742,6 +742,9 @@ mod tests {
client.calls.into_inner().pop().unwrap()
})
.collect();
assert_eq!(recorded[0], recorded[1], "vllm request drifted from openai");
assert_eq!(
recorded[0], recorded[1],
"vllm request drifted from openai"
);
}
}