Vageesh1 commited on
Commit
b5ae4c5
·
1 Parent(s): 7fb8998

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- Your custon promp
56
  {history}
57
- human_input:Behave like a Telecomm customer servce call agent and don't include any website address, compnay name or any other parameter in your output {human_input}
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