chore: nuke chat/completions API (#10157)

This commit is contained in:
jif-oai
2026-02-03 11:31:57 +00:00
committed by GitHub
parent 9257d8451c
commit d2394a2494
49 changed files with 268 additions and 2931 deletions

View File

@@ -12,7 +12,6 @@ use url::Url;
#[derive(Debug, Clone, PartialEq, Eq)]
pub enum WireApi {
Responses,
Chat,
Compact,
}
@@ -182,7 +181,7 @@ mod tests {
}
assert!(!is_azure_responses_wire_base_url(
WireApi::Chat,
WireApi::Compact,
"Azure",
Some("https://foo.openai.azure.com/openai")
));