You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add file_url for responses api by @gfreezy
- Added NoiseReductionSettings for RealtimeConfiguration by @eapark
- Fix ConversationItemTruncateRequest.ContentIndex default serialization by @eapark
- Added support for gpt-5 and latest API changes
- Added ConversationsEndpoint
- Fixed streaming ResponsesEndpoint log spamming (now only properly logs when DebugEnabled)
## OpenAI-DotNet-Proxy 8.8.2
- Updated forwarded request headers
---------
Co-authored-by: Alex.F <gfreezy@gmail.com>
Copy file name to clipboardExpand all lines: OpenAI-DotNet-Proxy/Proxy/EndpointRouteBuilder.cs
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ public static class EndpointRouteBuilder
22
22
// Copied from https://github.com/microsoft/reverse-proxy/blob/51d797986b1fea03500a1ad173d13a1176fb5552/src/ReverseProxy/Forwarder/RequestUtilities.cs#L61-L83
Copy file name to clipboardExpand all lines: OpenAI-DotNet-Tests/TestFixture_14_Responses.cs
+91-1Lines changed: 91 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,8 @@ public async Task Test_01_02_SimpleTestInput_Streaming()
69
69
Assert.NotNull(OpenAIClient.ResponsesEndpoint);
70
70
varresponse=awaitOpenAIClient.ResponsesEndpoint.CreateModelResponseAsync("Tell me a three sentence bedtime story about a unicorn.",async(@event,sseEvent)=>
0 commit comments