Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -107,7 +107,7 @@ def summarize_text(title, description, text):
|
|
107 |
대본:
|
108 |
{text}
|
109 |
"""
|
110 |
-
return call_api(prompt, max_tokens=
|
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:
|