15 lines
380 B
JSON
15 lines
380 B
JSON
{
|
|
"IsEncrypted": false,
|
|
"Values": {
|
|
"AzureWebJobsStorage": "",
|
|
"FUNCTIONS_WORKER_RUNTIME_VERSION": "7.2",
|
|
"FUNCTIONS_WORKER_RUNTIME": "powershell",
|
|
"API_Endpoint": "https://api.openai.com/v1/chat/completions",
|
|
"API_Key": "sk-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
|
|
"ClientId": "APP_ID",
|
|
"ClientSecret": "APP_SECRET"
|
|
},
|
|
"Host": {
|
|
"CORS": "*"
|
|
}
|
|
} |