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

Testing sample fix #21

Closed UmarMohamedUsman closed 6 months ago

UmarMohamedUsman commented 6 months ago

Purpose

Testing the sample command under "Step 3: Testing the sample" in the README fails, as the summarizationapp is under src folder.

fixed it to include ./src folder in the path.

marlenezw commented 6 months ago

Thank you for this!