Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -52,9 +52,9 @@ def ui():
|
|
52 |
if user_api_key is not None and user_api_key.strip() != "":
|
53 |
os.environ["OPENAI_API_KEY"] =user_api_key
|
54 |
template = """
|
55 |
-
|
56 |
{history}
|
57 |
-
|
58 |
Jack:
|
59 |
"""
|
60 |
|
|
|
52 |
if user_api_key is not None and user_api_key.strip() != "":
|
53 |
os.environ["OPENAI_API_KEY"] =user_api_key
|
54 |
template = """
|
55 |
+
Behave like a Telecomm customer servce call agent and don't include any website address, compnay name or any other parameter in your output
|
56 |
{history}
|
57 |
+
Me:{human_input}
|
58 |
Jack:
|
59 |
"""
|
60 |
|