openai/openai-dotnet

Public

mirrored from https://github.com/openai/openai-dotnetAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
OpenAI_2.3.0

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

examples/aspnet-core/appsettings.Development.json

8lines · modeblame

ec46fd3fClaudio Godoy1 years ago1{
2"Logging": {
3"LogLevel": {
4"Default": "Information",
5"Microsoft.AspNetCore": "Warning"
6}
7}
8}