Azure-Samples / summarization-openai-python-promptflow

This solution converts speech to text and then processes and summarizes the text based on the prompt scenario.
MIT License
27 stars 22 forks source link

Bugfix - commented ingress port update to 8080 as app container is listening on 5000 port #94

Open shwetaAgrawal opened 1 month ago

shwetaAgrawal commented 1 month ago

Purpose

Does this introduce a breaking change?

[X] Yes
[ ] 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)
[ ] 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

Verify that the following are valid

Other Information

shwetaAgrawal commented 1 month ago

@marlenezw This is my first time contributing here, so let me know if anything is amiss.