microsoft / sample-app-aoai-chatGPT

Sample code for a simple web chat experience through Azure OpenAI, including Azure OpenAI On Your Data.
MIT License
1.44k stars 2.15k forks source link

Add -max_old_space_size option to build section of package.json #864

Closed abhahn closed 1 month ago

abhahn commented 1 month ago

Motivation and Context

The recent introduction of the plotly package has caused some issues with heap size during the build.

Adding a line to the package.json to fix this.

Description

Contribution Checklist