openai/openai-dotnet

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
copilot/customize-openairesponsescontext-attribute

Branches

Tags

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

Clone

HTTPS

Download ZIP

examples/aspnet-core/Properties/launchSettings.json

14lines · modecode

1{
2 "$schema": "https://json.schemastore.org/launchsettings.json",
3 "profiles": {
4 "https": {
5 "commandName": "Project",
6 "dotnetRunMessages": true,
7 "launchBrowser": true,
8 "applicationUrl": "https://localhost:7098",
9 "environmentVariables": {
10 "ASPNETCORE_ENVIRONMENT": "Development"
11 }
12 }
13 }
14}
15