mirror of
https://github.com/openai/codex.git
synced 2026-05-03 19:06:58 +00:00
chore: nuke chat/completions API (#10157)
This commit is contained in:
@@ -111,7 +111,6 @@ impl<T: HttpTransport, A: AuthProvider> ResponsesClient<T, A> {
|
||||
fn path(&self) -> &'static str {
|
||||
match self.streaming.provider().wire {
|
||||
WireApi::Responses | WireApi::Compact => "responses",
|
||||
WireApi::Chat => "chat/completions",
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user