33 lines
1012 B
JSON
33 lines
1012 B
JSON
{
|
|
"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"
|
|
}
|
|
},
|
|
"node": {
|
|
"commandName": "Project",
|
|
"commandLineArgs": "node Data/cities.txt",
|
|
"environmentVariables": {
|
|
"OPENAI_ENDPOINT": "https://api.deepseek.com",
|
|
"OPENAI_API_KEY": "sk-b31330cf3a414d86ab614b9dfb3650c3",
|
|
"OPENAI_CHAT_MODEL": "deepseek-v4-flash"
|
|
}
|
|
},
|
|
"edge": {
|
|
"commandName": "Project",
|
|
"commandLineArgs": "edge Data/cities.txt",
|
|
"environmentVariables": {
|
|
"OPENAI_ENDPOINT": "https://api.deepseek.com",
|
|
"OPENAI_API_KEY": "sk-b31330cf3a414d86ab614b9dfb3650c3",
|
|
"OPENAI_CHAT_MODEL": "deepseek-v4-flash"
|
|
}
|
|
}
|
|
}
|
|
}
|