初始提交
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user