sp-dev-fx-webparts/samples/react-openai-summarise-page.../azure-functions/local.settings.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": "*"
}
}