springwater commited on
Commit
cc5f787
·
verified ·
1 Parent(s): ec4b4c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ def get_transcript(urls):
25
  # Function to summarize text using OpenAI's API
26
  def summarize_text(contents):
27
  response = openai.Completion.create(
28
- engine="text-davinci-003",
29
  prompt=f"요약: {contents}",
30
  max_tokens=150
31
  )
 
25
  # Function to summarize text using OpenAI's API
26
  def summarize_text(contents):
27
  response = openai.Completion.create(
28
+ engine="gpt-3.5-turbo-0125",
29
  prompt=f"요약: {contents}",
30
  max_tokens=150
31
  )