Azure-Samples / function-javascript-ai-openai-chatgpt

To gain access, please finish setting up this repository now at: https://repos.opensource.microsoft.com/Azure-Samples/wizard?existingreponame=function-javascript-ai-openai-chatgpt&existingrepoid=646766530
https://repos.opensource.microsoft.com/Azure-Samples/wizard?existingreponame=function-javascript-ai-openai-chatgpt&existingrepoid=646766530
MIT License
5 stars 5 forks source link

Added EnableWorkerIndexing and updated package.json for Nodev4 functions #3

Closed paulyuk closed 1 year ago

paulyuk commented 1 year ago

Purpose

Fixes no functions found Fixes #2

Main issue was lack of EnableWorkerIndexing flag in local settings.

Does this introduce a breaking change?

[ ] Yes
[x] No

Pull Request Type

What kind of change does this Pull Request introduce?

[x] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[x] Documentation content changes
[ ] Other... Please describe:

How to Test

git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install

What to Check

local URL is found and POST able

Other Information