Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ from requests.structures import CaseInsensitiveDict
|
|
8 |
openai.api_key = os.getenv("OPENAI_KEY")
|
9 |
def Prompt_T(context, lang):
|
10 |
|
11 |
-
prompt = """I want you to act as a content writer who is working with youtube video transcript. Summarise the following text in
|
12 |
=========
|
13 |
"""+ context +"""
|
14 |
=========
|
|
|
8 |
openai.api_key = os.getenv("OPENAI_KEY")
|
9 |
def Prompt_T(context, lang):
|
10 |
|
11 |
+
prompt = """I want you to act as a content writer who is working with youtube video transcript. Summarise the following text in 50 words:
|
12 |
=========
|
13 |
"""+ context +"""
|
14 |
=========
|