Skip to content

Commit

Permalink
update prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
kumarpanzade committed Oct 1, 2024
1 parent c923f0d commit dbecbd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/audio_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit dbecbd9

Please sign in to comment.