mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
14 lines
392 B
JSON
14 lines
392 B
JSON
{
|
|
"profiles": {
|
|
"AGUIDojoServer": {
|
|
"commandName": "Project",
|
|
"launchBrowser": false,
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "Development",
|
|
"AZURE_OPENAI_ENDPOINT": "https://ag-ui-agent-framework.openai.azure.com/",
|
|
"AZURE_OPENAI_DEPLOYMENT_NAME": "gpt-4.1-mini"
|
|
},
|
|
"applicationUrl": "http://localhost:5018"
|
|
}
|
|
}
|
|
} |