diff --git a/service/audio_service.py b/service/audio_service.py index 04262a0..c2bca25 100644 --- a/service/audio_service.py +++ b/service/audio_service.py @@ -31,7 +31,7 @@ def translate_with_whisper(audioPath): #Using openaie, summarize the English translation def summarize_using_openai(text): logger.info("Started summarization") - prompt = "Summarize the following text: " +text + prompt = "Give me action points from the given text: " +text try: response = openai.chat.completions.create( model="gpt-4o",