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
Fix NullReferenceException thrown in CreateAddCustomHeadersPolicy when OpenAIClientOptions is null (#85)
* Fix NullReferenceException thrown when adding the custom headers policy while OpenAIClientOptions is null
* .csproj version increment
---------
Co-authored-by: Travis Wilson <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# Release History
2
2
3
+
## 2.0.0-beta.7 (Unreleased)
4
+
5
+
## Bugs Fixed
6
+
7
+
- ([#84](https://github.com./openai/openai-dotnet/issues/84)) Fixed a `NullReferenceException` thrown when adding the custom headers policy while `OpenAIClientOptions` is null (commit_hash)
0 commit comments