We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c3912a commit 8a56aa2Copy full SHA for 8a56aa2
1 file changed
Runtime/OpenAIApi.cs
@@ -54,7 +54,6 @@ public OpenAIApi(string apiKey = null, string organization = null)
54
{
55
NamingStrategy = new CustomNamingStrategy()
56
},
57
- MissingMemberHandling = MissingMemberHandling.Error,
58
Culture = CultureInfo.InvariantCulture
59
};
60
0 commit comments