Files
MAF1/MAF1.Web/Properties/launchSettings.json
T

15 lines
390 B
JSON
Raw Normal View History

{
"profiles": {
"designer": {
"commandName": "Project",
"applicationUrl": "http://127.0.0.1:5288",
"environmentVariables": {
"ASPNETCORE_URLS": "http://127.0.0.1:5288",
"OPENAI_ENDPOINT": "https://api.deepseek.com",
"OPENAI_API_KEY": "sk-b31330cf3a414d86ab614b9dfb3650c3",
"OPENAI_CHAT_MODEL": "deepseek-v4-flash"
}
}
}
}