Spaces:
Sleeping
Sleeping
V1.1
Browse files
app.py
CHANGED
@@ -62,6 +62,8 @@ class WebContentSummarizerApp:
|
|
62 |
The text is as follows:
|
63 |
|
64 |
text: {input}
|
|
|
|
|
65 |
"""
|
66 |
|
67 |
llm = OpenAI(temperature=0, openai_api_key=OPENAI_API_KEY)
|
|
|
62 |
The text is as follows:
|
63 |
|
64 |
text: {input}
|
65 |
+
|
66 |
+
Make sure the text is only one paragraph
|
67 |
"""
|
68 |
|
69 |
llm = OpenAI(temperature=0, openai_api_key=OPENAI_API_KEY)
|