AIRider commited on
Commit
a23381e
·
verified ·
1 Parent(s): 85efe2c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -107,7 +107,7 @@ def summarize_text(title, description, text):
107
  대본:
108
  {text}
109
  """
110
- return call_api(prompt, max_tokens=2000, temperature=0.3, top_p=0.9)
111
 
112
  def analyze(url, progress=gr.Progress()):
113
  try:
 
107
  대본:
108
  {text}
109
  """
110
+ return call_api(prompt, max_tokens=8000, temperature=0.35, top_p=0.95)
111
 
112
  def analyze(url, progress=gr.Progress()):
113
  try: