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

`func start` fail in local development #2

Closed v-jiaodi closed 1 year ago

v-jiaodi commented 1 year ago

Describe the issue: When executing func start according to README.md, the error is as follows:

image More error messages are as follows: image

Repro Steps:

  1. Clone the code to local.
  2. Set the System Variables OPENAI_API_KEY.
  3. Add this local.settings.json file to the text_summarize folder.
  4. Run npm install and func start.

Environment:

Expected behavior: Run func start can pass.

@paulyuk,@hemarina for notification.