AIRider commited on
Commit
06c8a5d
·
verified ·
1 Parent(s): c6df678

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,7 +78,7 @@ def summarize_text(text):
78
  대본:
79
  {text}
80
  """
81
- return call_api(prompt, max_tokens=2000, temperature=0.3, top_p=0.9)
82
 
83
  def display_content(title, script, summary):
84
  return f"""
 
78
  대본:
79
  {text}
80
  """
81
+ return call_api(prompt, max_tokens=8000, temperature=0.4, top_p=0.95)
82
 
83
  def display_content(title, script, summary):
84
  return f"""